By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-10-19T02:10:28.694Z||main|||||INFO|500||The following profiles are active: basic
2021-10-19T02:10:38.396Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-19T02:10:38.397Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-19T02:10:38.472Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-19T02:10:40.826Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-19T02:10:41.006Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-19T02:10:41.402Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-19T02:10:41.407Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-19T02:10:41.484Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-19T02:10:41.666Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-19T02:10:42.060Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-19T02:10:42.857Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-19T02:10:45.026Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-19T02:10:45.070Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-19T02:10:45.499Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-19T02:10:45.620Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-19T02:10:46.750Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-19T02:10:47.699Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-19T02:10:47.716Z||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$$8b4e7d66.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-19T02:10:47.717Z||main|||||WARN|500||The sdc end point is not alive
2021-10-19T02:10:50.760Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-19T02:10:53.435Z||main|||||WARN|500||---
2021-10-19T02:10:53.436Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-19T02:10:53.436Z||main|||||WARN|500||---
2021-10-19T02:10:53.860Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-19T02:10:58.237Z||main|||||INFO|500||Started Application in 34.224 seconds (JVM running for 35.469)
2021-10-19T02:10:58.250Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-19T02:10:58.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-19T02:10:58.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-19T02:10:58.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-19T02:10:58.406Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ec98587-4164-4ce1-b392-b18bc87f6577 url= /sdc/v1/artifactTypes
2021-10-19T02:10:58.407Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-19T02:10:58.651Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-19T02:10:58.671Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-19T02:10:58.694Z||scheduling-1|||||DEBUG|500||create keys
2021-10-19T02:10:58.704Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-19T02:10:58.731Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:10:58.750Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a830e7db-32ff-45c4-b122-f00268117777 url= /sdc/v1/registerForDistribution
2021-10-19T02:10:58.959Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a830e7db-32ff-45c4-b122-f00268117777 url= /sdc/v1/registerForDistribution
2021-10-19T02:10:58.959Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-19T02:10:58.969Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:10:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:10:58.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:10:58.975Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:10:58.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:10:58.976Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:10:58.978Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-19T02:11:09.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:11:09.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:11:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:11:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:11:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:11:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:11:58.971Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:11:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:12:08.520Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:12:08.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:12:58.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:12:58.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:12:58.984Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:12:58.984Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:12:58.985Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:12:58.985Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:13:08.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:13:08.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:13:58.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:13:58.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:13:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:13:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:13:58.971Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:13:58.972Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:14:08.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:14:08.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:14:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:14:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:14:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:14:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:14:58.971Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:14:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:15:08.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:15:08.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:15:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:15:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:15:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:15:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:15:58.971Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:15:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:16:08.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:16:08.521Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:16:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:16:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:16:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:16:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:16:58.971Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:16:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:17:08.514Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:17:08.514Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:17:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:17:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:17:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:17:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:17:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:17:58.972Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:18:08.517Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:18:08.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:18:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:18:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:18:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:18:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:18:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:18:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:19:08.518Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:19:08.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:19:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:19:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:19:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:19:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:19:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:19:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:20:08.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:20:08.522Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:20:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:20:58.969Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:20:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:20:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:20:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:20:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:21:08.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:21:08.519Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:21:13.859Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-19T02:21:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:21:58.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:21:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:21:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:21:58.971Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:21:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:22:08.518Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:22:08.522Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:22:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:22:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:22:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:22:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:22:58.971Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:22:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:23:08.522Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:23:08.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:23:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:23:58.969Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:23:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:23:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:23:58.971Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:23:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:24:08.522Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:24:08.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:24:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:24:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:24:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:24:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:24:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:24:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:25:08.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:25:08.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:25:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:25:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:25:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:25:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:25:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:25:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:26:08.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:26:08.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:26:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:26:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:26:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:26:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:26:58.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:26:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:27:08.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:27:08.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:27:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:27:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:27:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:27:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:27:58.971Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:27:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:28:08.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:28:08.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:28:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:28:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:28:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:28:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:28:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:28:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:29:08.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:29:08.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:29:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:29:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:29:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:29:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:29:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:29:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:30:08.519Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:30:08.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:30:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:30:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:30:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:30:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:30:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:30:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:31:08.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:31:08.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:31:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:31:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:31:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:31:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:31:58.970Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:31:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:32:08.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:32:08.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:32:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:32:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:32:58.971Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:32:58.971Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:32:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:32:58.972Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:33:08.522Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:33:08.530Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:33:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:33:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:33:58.978Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:33:58.978Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:33:58.978Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:33:58.978Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:34:08.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:34:08.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:34:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:34:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:34:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:34:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:34:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:34:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:35:08.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:35:08.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:35:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:35:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:35:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:35:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:35:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:35:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:36:08.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:36:08.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:36:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:36:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:36:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:36:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:36:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:36:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:37:08.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:37:08.519Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:37:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:37:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:37:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:37:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:37:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:37:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:38:08.518Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:38:08.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:38:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:38:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:38:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:38:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:38:58.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:38:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:39:08.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:39:08.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:39:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:39:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:39:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:39:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:39:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:39:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:40:08.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:40:08.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:40:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:40:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:40:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:40:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:40:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:40:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:41:08.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:41:08.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:41:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:41:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:41:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:41:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:41:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:41:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:42:08.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:42:08.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:42:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:42:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:42:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:42:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:42:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:42:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:43:08.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:43:08.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:43:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:43:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:43:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:43:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:43:58.971Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:43:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:44:08.514Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:44:08.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:44:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:44:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:44:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:44:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:44:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:44:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:45:08.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:45:08.522Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:45:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:45:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:45:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:45:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:45:58.971Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:45:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:46:08.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:46:08.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:46:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:46:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:46:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:46:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:46:58.971Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:46:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:47:08.514Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:47:08.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:47:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:47:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:47:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:47:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:47:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:47:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:48:08.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:48:08.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:48:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:48:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:48:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:48:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:48:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:48:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:49:08.514Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:49:08.514Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:49:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:49:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:49:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:49:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:49:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:49:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:50:08.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:50:08.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:50:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:50:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:50:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:50:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:50:58.970Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:50:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:51:08.519Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:51:08.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:51:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:51:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:51:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:51:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:51:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:51:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:52:08.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:52:08.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:52:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:52:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:52:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:52:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:52:58.971Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:52:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:53:08.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:53:08.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:53:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:53:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:53:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:53:58.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:53:58.978Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:53:58.978Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:54:08.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:54:08.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:54:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:54:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:54:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:54:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:54:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:54:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:55:08.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:55:08.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:55:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:55:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:55:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:55:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:55:58.971Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:55:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:56:08.514Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:56:08.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:56:58.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:56:58.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:56:58.968Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:56:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:56:58.971Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:56:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:57:08.512Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:57:08.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:57:58.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:57:58.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:57:58.968Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:57:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:57:58.971Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:57:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:58:08.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:58:08.513Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:58:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:58:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:58:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:58:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:58:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:58:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:59:08.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:59:08.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T02:59:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:59:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:59:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:59:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:59:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:59:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:00:08.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:00:08.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:00:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:00:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:00:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:00:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:00:58.971Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:00:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:01:08.515Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:01:08.515Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:01:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:01:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:01:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:01:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:01:58.970Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:01:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:02:08.516Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:02:08.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:02:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:02:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:02:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:02:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:02:58.970Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:02:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:03:08.522Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:03:08.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:03:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:03:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:03:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:03:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:03:58.971Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:03:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:04:08.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:04:08.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:04:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:04:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:04:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:04:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:04:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:04:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:05:08.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:05:08.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:05:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:05:58.969Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:05:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:05:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:05:58.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:05:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:06:08.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:06:08.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:06:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:06:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:06:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:06:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:06:58.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:06:58.972Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:07:08.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:07:08.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:07:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:07:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:07:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:07:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:07:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:07:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:08:08.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:08:08.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:08:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:08:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:08:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:08:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:08:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:08:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:09:08.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:09:08.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:09:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:09:58.967Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:09:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:09:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:09:58.971Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:09:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:10:08.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:10:08.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:10:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:10:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:10:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:10:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:10:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:10:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:11:08.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:11:08.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:11:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:11:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:11:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:11:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:11:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:11:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:12:08.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:12:08.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:12:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:12:58.967Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:12:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:12:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:12:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:12:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:13:08.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:13:08.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:13:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:13:58.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:13:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:13:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:13:58.971Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:13:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:14:08.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:14:08.517Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:14:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:14:58.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:14:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:14:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:14:58.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:14:58.972Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:15:08.518Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:15:08.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:15:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:15:58.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:15:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:15:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:15:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:15:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:16:08.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:16:08.514Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:16:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:16:58.967Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:16:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:16:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:16:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:16:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:17:08.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:17:08.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:17:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:17:58.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:17:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:17:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:17:58.970Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:17:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:18:08.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:18:08.515Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:18:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:18:58.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:18:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:18:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:18:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:18:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:19:08.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:19:08.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:19:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:19:58.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:19:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:19:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:19:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:19:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:20:08.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:20:08.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:20:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:20:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:20:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:20:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:20:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:20:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:21:08.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:21:08.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:21:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:21:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:21:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:21:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:21:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:21:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:22:08.521Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:22:08.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:22:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:22:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:22:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:22:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:22:59.013Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:22:59.013Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:23:08.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:23:08.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:23:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:23:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:23:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:23:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:23:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:23:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:24:08.512Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:24:08.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:24:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:24:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:24:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:24:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:24:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:24:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:25:08.516Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:25:08.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:25:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:25:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:25:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:25:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:25:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:25:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:26:08.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:26:08.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:26:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:26:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:26:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:26:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:26:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:26:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:27:08.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:27:08.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:27:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:27:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:27:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:27:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:27:58.970Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:27:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:28:08.517Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:28:08.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:28:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:28:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:28:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:28:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:28:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:28:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:29:08.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:29:08.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:29:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:29:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:29:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:29:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:29:58.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:29:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:30:08.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:30:08.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:30:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:30:58.967Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:30:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:30:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:30:58.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:30:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:31:08.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:31:08.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:31:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:31:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:31:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:31:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:31:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:31:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:32:08.519Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:32:08.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:32:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:32:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:32:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:32:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:32:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:32:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:33:08.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:33:08.524Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:33:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:33:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:33:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:33:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:33:58.971Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:33:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:34:08.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:34:08.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:34:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:34:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:34:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:34:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:34:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:34:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:35:08.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:35:08.514Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:35:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:35:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:35:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:35:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:35:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:35:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:36:08.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:36:08.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:36:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:36:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:36:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:36:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:36:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:36:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:37:08.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:37:08.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:37:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:37:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:37:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:37:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:37:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:37:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:38:08.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:38:08.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:38:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:38:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:38:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:38:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:38:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:38:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:39:08.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:39:08.516Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:39:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:39:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:39:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:39:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:39:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:39:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:40:08.515Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:40:08.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:40:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:40:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:40:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:40:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:40:58.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:40:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:41:08.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:41:08.519Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:41:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:41:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:41:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:41:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:41:58.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:41:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:42:08.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:42:08.516Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:42:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:42:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:42:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:42:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:42:58.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:42:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:43:08.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:43:08.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:43:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:43:58.967Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:43:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:43:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:43:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:43:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:44:08.520Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:44:08.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:44:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:44:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:44:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:44:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:44:58.971Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:44:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:45:08.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:45:08.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:45:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:45:58.967Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:45:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:45:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:45:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:45:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:46:08.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:46:08.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:46:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:46:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:46:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:46:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:46:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:46:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:47:08.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:47:08.514Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:47:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:47:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:47:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:47:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:47:58.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:47:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:48:08.516Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:48:08.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:48:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:48:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:48:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:48:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:48:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:48:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:49:08.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:49:08.519Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:49:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:49:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:49:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:49:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:49:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:49:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:50:08.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:50:08.515Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:50:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:50:58.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:50:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:50:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:50:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:50:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:51:08.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:51:08.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:51:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:51:58.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:51:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:51:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:51:58.971Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:51:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:52:08.518Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:52:08.519Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:52:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:52:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:52:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:52:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:52:58.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:52:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:53:08.518Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:53:08.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:53:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:53:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:53:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:53:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:53:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:53:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:54:08.515Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:54:08.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:54:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:54:58.967Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:54:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:54:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:54:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:54:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:55:08.509Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:55:08.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:55:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:55:58.967Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:55:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:55:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:55:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:55:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:56:08.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:56:08.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:56:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:56:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:56:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:56:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:56:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:56:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:57:08.518Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:57:08.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:57:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:57:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:57:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:57:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:57:58.970Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:57:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:58:08.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:58:08.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:58:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:58:58.967Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:58:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:58:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:58:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:58:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:59:08.514Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:59:08.515Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T03:59:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:59:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:59:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:59:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:59:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:59:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:00:08.516Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:00:08.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:00:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:00:58.967Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:00:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:00:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:00:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:00:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:01:08.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:01:08.511Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:01:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:01:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:01:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:01:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:01:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:01:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:02:08.510Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:02:08.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:02:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:02:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:02:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:02:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:02:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:02:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:03:08.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:03:08.516Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:03:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:03:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:03:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:03:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:03:58.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:03:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:04:08.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:04:08.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:04:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:04:58.969Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:04:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:04:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:04:58.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:04:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:05:08.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:05:08.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:05:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:05:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:05:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:05:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:05:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:05:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:06:08.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:06:08.517Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:06:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:06:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:06:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:06:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:06:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:06:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:07:08.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:07:08.519Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:07:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:07:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:07:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:07:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:07:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:07:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:08:08.512Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:08:08.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:08:58.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:08:58.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:08:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:08:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:08:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:08:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:09:08.518Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:09:08.519Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:09:58.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:09:58.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:09:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:09:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:09:58.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:09:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:10:08.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:10:08.515Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:10:58.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:10:58.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:10:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:10:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:10:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:10:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:11:08.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:11:08.517Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:11:58.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:11:58.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:11:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:11:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:11:58.970Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:11:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:12:08.513Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:12:08.516Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:12:58.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:12:58.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:12:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:12:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:12:58.970Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:12:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:13:08.517Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:13:08.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:13:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:13:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:13:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:13:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:13:58.971Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:13:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:14:08.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:14:08.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:14:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:14:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:14:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:14:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:14:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:14:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:15:08.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:15:08.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:15:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:15:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:15:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:15:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:15:58.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:15:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:16:08.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:16:08.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:16:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:16:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:16:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:16:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:16:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:16:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:17:08.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:17:08.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:17:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:17:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:17:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:17:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:17:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:17:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:18:08.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:18:08.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:18:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:18:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:18:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:18:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:18:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:18:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:19:08.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:19:08.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:19:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:19:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:19:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:19:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:19:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:19:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:20:08.515Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:20:08.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:20:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:20:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:20:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:20:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:20:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:20:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:21:08.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:21:08.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:21:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:21:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:21:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:21:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:21:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:21:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:22:08.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:22:08.519Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:22:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:22:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:22:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:22:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:22:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:22:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:23:08.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:23:08.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:23:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:23:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:23:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:23:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:23:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:23:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:24:08.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:24:08.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:24:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:24:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:24:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:24:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:24:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:24:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:25:08.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:25:08.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:25:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:25:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:25:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:25:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:25:58.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:25:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:26:08.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:26:08.514Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:26:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:26:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:26:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:26:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:26:58.970Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:26:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:27:08.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:27:08.511Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:27:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:27:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:27:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:27:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:27:58.970Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:27:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:28:08.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:28:08.515Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:28:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:28:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:28:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:28:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:28:58.971Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:28:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:29:08.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:29:08.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:29:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:29:58.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:29:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:29:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:29:58.971Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:29:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:30:08.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:30:08.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:30:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:30:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:30:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:30:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:30:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:30:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:31:08.512Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:31:08.513Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:31:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:31:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:31:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:31:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:31:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:31:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:32:08.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:32:08.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:32:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:32:58.967Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:32:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:32:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:32:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:32:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:33:08.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:33:08.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:33:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:33:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:33:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:33:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:33:58.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:33:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:34:08.514Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:34:08.518Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:34:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:34:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:34:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:34:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:34:58.970Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:34:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:35:08.514Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:35:08.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:35:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:35:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:35:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:35:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:35:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:35:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:36:08.514Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:36:08.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:36:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:36:58.967Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:36:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:36:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:36:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:36:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:37:08.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:37:08.518Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:37:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:37:58.967Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:37:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:37:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:37:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:37:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:38:08.512Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:38:08.513Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:38:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:38:58.967Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:38:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:38:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:38:58.970Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:38:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:39:08.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:39:08.513Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:39:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:39:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:39:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:39:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:39:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:39:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:40:08.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:40:08.514Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:40:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:40:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:40:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:40:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:40:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:40:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:41:08.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:41:08.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:41:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:41:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:41:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:41:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:41:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:41:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:42:08.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:42:08.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:42:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:42:58.967Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:42:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:42:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:42:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:42:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:43:08.515Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:43:08.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:43:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:43:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:43:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:43:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:43:58.970Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:43:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:44:08.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:44:08.516Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:44:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:44:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:44:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:44:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:44:58.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:44:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:44:59.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:44:59.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "ves-openapi-manager",
"timestamp": 1634618688002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "clamp",
"timestamp": 1634618690776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "clamp",
"timestamp": 1634618690776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "ves-openapi-manager",
"timestamp": 1634618688002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "clamp",
"timestamp": 1634618690776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "ves-openapi-manager",
"timestamp": 1634618688002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "clamp",
"timestamp": 1634618690776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "ves-openapi-manager",
"timestamp": 1634618688002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "cds",
"timestamp": 1634618696673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "clamp",
"timestamp": 1634618690776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "ves-openapi-manager",
"timestamp": 1634618688002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "cds",
"timestamp": 1634618696673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "clamp",
"timestamp": 1634618690776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "ves-openapi-manager",
"timestamp": 1634618688002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:44:59.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:44:59.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3af2a60d-25d3-42c7-aba1-bab76602ab81","serviceName":"basic_onboard_Yleqoh","serviceVersion":"1.0","serviceUUID":"0a7f17f5-8704-4860-ad47-f6f15723d2a5","serviceDescription":"service","serviceInvariantUUID":"44bdd207-341f-470a-ba81-eccc1ef56383","resources":[{"resourceInstanceName":"basic_onboard_Yleqoh 0","resourceName":"basic_onboard_Yleqoh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0bbfce0b-e3b7-443d-b4e8-f946a05f80b1","resourceInvariantUUID":"eb3680a9-874b-4f8e-a041-bb770d0b745a","resourceCustomizationUUID":"41793615-bdaf-4c36-bd20-5652e52035ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml","artifactChecksum":"YzgyNTA5Mzc1NmI4NGJhZWMxODdkODU0MTcwMmQ1N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c5d2dc9-b388-4c7e-9b5b-2d97bd76501a","artifactVersion":"1"},{"artifactName":"basic_onboard_yleqoh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json","artifactChecksum":"MWZhODM5M2JlNDJhNTQ3MWMzMDFlZDNiZWI4MTZjZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0f95e387-00a9-4d41-a768-6a1546c878e8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"920088ce-8acb-4152-9247-cd5e0296ce1b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb521673-b8dd-4102-b928-09b3c8892eb8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b258c9b2-e890-4523-a118-2cc0277ba87e","artifactVersion":"2","generatedFromUUID":"920088ce-8acb-4152-9247-cd5e0296ce1b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYleqoh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml","artifactChecksum":"NTA3ZGJjODU4ZDdiMzg5NGY2Y2RkMWI3ZTdjMWMwZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bbef1608-da1c-49d0-9892-189019c8707d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYleqoh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar","artifactChecksum":"NDBjNjU3NDVkNDdiZGMzOTUzZTk4M2Q2MGVhNGI1MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96b3d0ca-6f2f-4959-94e9-9ab6a789308a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T04:44:59.601Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:44:59.606Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:44:59.613Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:44:59.613Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.713Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-19T04:44:59.717Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:44:59.717Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:44:59.730Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:44:59.732Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-19T04:45:00.617Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:00.618Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:00.619Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:00.619Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T04:45:00.720Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T04:45:00.720Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:00.720Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:00.730Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:00.730Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:01.620Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:01.620Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:01.622Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:01.622Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-19T04:45:01.723Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T04:45:01.724Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:01.724Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:01.733Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:01.734Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:02.623Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:02.624Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:02.626Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:02.626Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:45:02.727Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:02.727Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:02.727Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:02.739Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:02.739Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:03.627Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:03.628Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:03.631Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:03.631Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-19T04:45:03.731Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:03.732Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:03.732Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:03.743Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:03.743Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:04.631Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:04.632Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:04.634Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:04.634Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:45:04.735Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:04.735Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:04.735Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:04.748Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:04.749Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:05.635Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:05.636Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:05.638Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:05.638Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:45:05.738Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:05.739Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:05.739Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:05.750Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:05.751Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:06.641Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"serviceName": "basic_onboard_Yleqoh",
"serviceVersion": "1.0",
"serviceUUID": "0a7f17f5-8704-4860-ad47-f6f15723d2a5",
"serviceDescription": "service",
"serviceInvariantUUID": "44bdd207-341f-470a-ba81-eccc1ef56383",
"resources": [
{
"resourceInstanceName": "basic_onboard_Yleqoh 0",
"resourceCustomizationUUID": "41793615-bdaf-4c36-bd20-5652e52035ab",
"resourceName": "basic_onboard_Yleqoh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0bbfce0b-e3b7-443d-b4e8-f946a05f80b1",
"resourceInvariantUUID": "eb3680a9-874b-4f8e-a041-bb770d0b745a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yleqoh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"artifactChecksum": "MWZhODM5M2JlNDJhNTQ3MWMzMDFlZDNiZWI4MTZjZjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0f95e387-00a9-4d41-a768-6a1546c878e8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "920088ce-8acb-4152-9247-cd5e0296ce1b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b258c9b2-e890-4523-a118-2cc0277ba87e",
"generatedFromUUID": "920088ce-8acb-4152-9247-cd5e0296ce1b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b258c9b2-e890-4523-a118-2cc0277ba87e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYleqoh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"artifactChecksum": "NDBjNjU3NDVkNDdiZGMzOTUzZTk4M2Q2MGVhNGI1MGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "96b3d0ca-6f2f-4959-94e9-9ab6a789308a"
}
],
"workloadContext": "Production"
}
2021-10-19T04:45:06.642Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T04:45:06.642Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a7f17f5-8704-4860-ad47-f6f15723d2a5 ASDC
2021-10-19T04:45:06.736Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3af2a60d-25d3-42c7-aba1-bab76602ab81
ServiceName:basic_onboard_Yleqoh
ServiceVersion:1.0
ServiceUUID:0a7f17f5-8704-4860-ad47-f6f15723d2a5
ServiceInvariantUUID:44bdd207-341f-470a-ba81-eccc1ef56383
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYleqoh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar
ArtifactUUID:96b3d0ca-6f2f-4959-94e9-9ab6a789308a
ArtifactChecksum:NDBjNjU3NDVkNDdiZGMzOTUzZTk4M2Q2MGVhNGI1MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Yleqoh 0
ResourceCustomizationUUID:41793615-bdaf-4c36-bd20-5652e52035ab
ResourceInvariantUUID:eb3680a9-874b-4f8e-a041-bb770d0b745a
ResourceName:basic_onboard_Yleqoh
ResourceType:VF
ResourceUUID:0bbfce0b-e3b7-443d-b4e8-f946a05f80b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yleqoh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json
ArtifactUUID:0f95e387-00a9-4d41-a768-6a1546c878e8
ArtifactChecksum:MWZhODM5M2JlNDJhNTQ3MWMzMDFlZDNiZWI4MTZjZjQ=
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/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:920088ce-8acb-4152-9247-cd5e0296ce1b
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/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
ArtifactUUID:b258c9b2-e890-4523-a118-2cc0277ba87e
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/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
ArtifactUUID:b258c9b2-e890-4523-a118-2cc0277ba87e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-19T04:45:06.737Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a7f17f5-8704-4860-ad47-f6f15723d2a5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:45:06.947Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T04:45:06.948Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:45:06.948Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:45:06.949Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 96b3d0ca-6f2f-4959-94e9-9ab6a789308a from URL: /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:06.949Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-19T04:45:06.950Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:07.364Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-19T04:45:07.380Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar 96b3d0ca-6f2f-4959-94e9-9ab6a789308a 71374
2021-10-19T04:45:07.382Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar ASDC sendASDCNotification
2021-10-19T04:45:07.382Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:07.382Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T04:45:07.386Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:07.388Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:07.388Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618707380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:45:07.488Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:07.489Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:07.489Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:07.499Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:07.500Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:08.389Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T04:45:08.391Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:45:08.391Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 96b3d0ca-6f2f-4959-94e9-9ab6a789308a, URL: /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar to file: /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:08.391Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:08.442Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:08.442Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:08.840Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6504061478817064321/Definitions/service-BasicOnboardYleqoh-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-19T04:45:10.844Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||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-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||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-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||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-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||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-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||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-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Yleqoh 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-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||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-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-19T04:45:10.853Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.854Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.857Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:10.857Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-19T04:45:10.858Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T04:45:10.859Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.864Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.864Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is not matching search criteria
2021-10-19T04:45:10.864Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-19T04:45:10.864Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-19T04:45:10.865Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-19T04:45:10.865Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T04:45:10.865Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-19T04:45:10.865Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.865Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T04:45:10.866Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.866Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:10.866Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is not matching search criteria
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=59e5e7fd-af7e-4c1b-9453-e40b47b9fba7
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Yleqoh
Description:service
Model UUID:0a7f17f5-8704-4860-ad47-f6f15723d2a5
Model Version:NULL
Model InvariantUuid:44bdd207-341f-470a-ba81-eccc1ef56383
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Yleqoh
Model UUID:9047e35e-0817-447c-83a3-fe64889bd0c6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eb3680a9-874b-4f8e-a041-bb770d0b745a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:41793615-bdaf-4c36-bd20-5652e52035ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3aad5bf5-fdec-43ce-b8f1-fd0a76f61c65
ModelName:BasicOnboardYleqoh..base_ubuntu18..module-0
ModelUuid:b1960a0d-b7a3-49df-8434-a2392978b52a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:59e5e7fd-af7e-4c1b-9453-e40b47b9fba7
ModelInvariantUuid:dbea273d-63c1-4068-9ec8-b714e8934adf
ModelName:basic_onboard_Yleqoh-nodes.ubuntu18Cvfc
ModelUuid:f927331d-ec97-4ccb-b4f8-f30af852e678
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b645499d-7dbe-4439-837e-18016ccf4f68
ModelInvariantUuid:1089d2f2-4f49-49e3-9d2c-4cd1cbfa5e71
ModelName:BasicOnboardYleqoh.compute.nodes.heat.ubuntu18
ModelUuid:639f3b14-1c45-4d05-85c9-af9a0ab0d992
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T04:45:10.899Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0bbfce0b-e3b7-443d-b4e8-f946a05f80b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:45:10.975Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||basic_onboard_Yleqoh 0
2021-10-19T04:45:10.981Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0bbfce0b-e3b7-443d-b4e8-f946a05f80b1
2021-10-19T04:45:10.981Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0f95e387-00a9-4d41-a768-6a1546c878e8 from URL: /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json
2021-10-19T04:45:10.981Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-19T04:45:10.982Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json
2021-10-19T04:45:11.160Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-19T04:45:11.160Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json 0f95e387-00a9-4d41-a768-6a1546c878e8 798
2021-10-19T04:45:11.160Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json ASDC sendASDCNotification
2021-10-19T04:45:11.161Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json
2021-10-19T04:45:11.161Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T04:45:11.161Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:11.163Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:11.164Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618711160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:45:11.264Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:11.265Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:11.265Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:11.280Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:11.281Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:12.165Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYleqoh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3aad5bf5-fdec-43ce-b8f1-fd0a76f61c65",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b1960a0d-b7a3-49df-8434-a2392978b52a",
"vfModuleModelCustomizationUUID": "8f3d7e62-02e6-4e56-90a9-d11610736d5b",
"isBase": true,
"artifacts": [
"920088ce-8acb-4152-9247-cd5e0296ce1b",
"b258c9b2-e890-4523-a118-2cc0277ba87e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-19T04:45:12.182Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYleqoh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1960a0d-b7a3-49df-8434-a2392978b52a
VfModuleModelInvariantUUID:3aad5bf5-fdec-43ce-b8f1-fd0a76f61c65
VfModuleModelDescription:NULL
Artifacts UUID List:{
920088ce-8acb-4152-9247-cd5e0296ce1b
,
b258c9b2-e890-4523-a118-2cc0277ba87e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-19T04:45:12.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYleqoh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3aad5bf5-fdec-43ce-b8f1-fd0a76f61c65",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b1960a0d-b7a3-49df-8434-a2392978b52a",
"vfModuleModelCustomizationUUID": "8f3d7e62-02e6-4e56-90a9-d11610736d5b",
"isBase": true,
"artifacts": [
"920088ce-8acb-4152-9247-cd5e0296ce1b",
"b258c9b2-e890-4523-a118-2cc0277ba87e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-19T04:45:12.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYleqoh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1960a0d-b7a3-49df-8434-a2392978b52a
VfModuleModelInvariantUUID:3aad5bf5-fdec-43ce-b8f1-fd0a76f61c65
VfModuleModelDescription:NULL
Artifacts UUID List:{
920088ce-8acb-4152-9247-cd5e0296ce1b
,
b258c9b2-e890-4523-a118-2cc0277ba87e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-19T04:45:12.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 920088ce-8acb-4152-9247-cd5e0296ce1b from URL: /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml
2021-10-19T04:45:12.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-19T04:45:12.185Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml
2021-10-19T04:45:12.362Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-19T04:45:12.363Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml 920088ce-8acb-4152-9247-cd5e0296ce1b 5033
2021-10-19T04:45:12.363Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-19T04:45:12.363Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml
2021-10-19T04:45:12.363Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T04:45:12.363Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:12.365Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:12.365Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618712363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:45:12.466Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-19T04:45:12.467Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:12.467Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:12.479Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:12.480Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:13.366Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b258c9b2-e890-4523-a118-2cc0277ba87e from URL: /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
2021-10-19T04:45:13.367Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-19T04:45:13.367Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
2021-10-19T04:45:13.477Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-19T04:45:13.478Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env b258c9b2-e890-4523-a118-2cc0277ba87e 909
2021-10-19T04:45:13.478Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-19T04:45:13.478Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
2021-10-19T04:45:13.478Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T04:45:13.479Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:13.481Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:13.481Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618713478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:45:13.582Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:13.583Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:13.583Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:13.595Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:13.596Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:14.482Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0a7f17f5-8704-4860-ad47-f6f15723d2a5
2021-10-19T04:45:14.483Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Yleqoh 0 0bbfce0b-e3b7-443d-b4e8-f946a05f80b1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:45:14.506Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71e3de2c, org.onap.sdc.toscaparser.api.parameters.Input@626a1b51, org.onap.sdc.toscaparser.api.parameters.Input@55d3c697, org.onap.sdc.toscaparser.api.parameters.Input@565f9455, org.onap.sdc.toscaparser.api.parameters.Input@3922320c]
2021-10-19T04:45:14.509Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.510Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.510Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-10-19T04:45:14.510Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 41793615-bdaf-4c36-bd20-5652e52035ab
2021-10-19T04:45:14.510Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41793615-bdaf-4c36-bd20-5652e52035ab matches Tosca VF Customization UUID: 41793615-bdaf-4c36-bd20-5652e52035ab
2021-10-19T04:45:14.510Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 41793615-bdaf-4c36-bd20-5652e52035ab matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-19T04:45:14.516Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.516Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 41793615-bdaf-4c36-bd20-5652e52035ab: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-19T04:45:14.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7781b7df
2021-10-19T04:45:14.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T04:45:14.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f3d7e62-02e6-4e56-90a9-d11610736d5b
2021-10-19T04:45:14.518Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f3d7e62-02e6-4e56-90a9-d11610736d5b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-19T04:45:14.524Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.524Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:14.524Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:14.525Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.525Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:14.525Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:14.525Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.526Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is not matching search criteria
2021-10-19T04:45:14.526Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-19T04:45:14.526Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T04:45:14.526Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=59e5e7fd-af7e-4c1b-9453-e40b47b9fba7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=41793615-bdaf-4c36-bd20-5652e52035ab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:45:14.535Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.535Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.535Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0a7f17f5-8704-4860-ad47-f6f15723d2a5: basic_onboard_Yleqoh
2021-10-19T04:45:14.535Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.535Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_Yleqoh
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:45:14.707Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Yleqoh 0bbfce0b-e3b7-443d-b4e8-f946a05f80b1 1 ASDC deployResourceStructure
2021-10-19T04:45:14.707Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json ASDC sendASDCNotification
2021-10-19T04:45:14.707Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json
2021-10-19T04:45:14.707Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T04:45:14.707Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:14.709Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:14.709Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618714707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-19T04:45:14.809Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:14.810Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:14.811Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:14.822Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:14.823Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:15.710Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-19T04:45:15.710Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml
2021-10-19T04:45:15.711Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T04:45:15.711Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:15.713Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:15.713Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618715709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-19T04:45:15.813Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:15.814Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:15.815Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:15.827Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:15.828Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:16.714Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-19T04:45:16.715Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
2021-10-19T04:45:16.715Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T04:45:16.715Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:16.718Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:16.718Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618716714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-19T04:45:16.818Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:16.819Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:16.819Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:16.831Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:16.831Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:17.719Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar ASDC sendASDCNotification
2021-10-19T04:45:17.720Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:17.720Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T04:45:17.720Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:17.723Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:17.723Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618717719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:45:17.823Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:17.824Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:17.824Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:17.837Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:17.838Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-19T04:45:18.724Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:45:18.753Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:45:18.756Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:45:18.756Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:45:18.756Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:45:48.756Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:45:48.767Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:45:48.770Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:45:48.770Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:45:48.770Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:45:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:45:58.970Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:45:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:58.995Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:45:58.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:45:58.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "cds",
"timestamp": 1634618696673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:45:58.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-19T04:46:18.770Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:46:18.781Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:46:18.784Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:46:18.785Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:46:18.785Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:46:48.785Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:46:48.795Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:46:48.798Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:46:48.798Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:46:48.798Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:46:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:46:58.971Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:46:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:46:58.996Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:46:58.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:46:58.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:46:58.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:18.798Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:47:18.811Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:47:18.813Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:47:18.813Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:47:18.813Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:47:48.814Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:47:48.827Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:47:48.830Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:47:48.830Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:47:48.830Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:47:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:47:58.971Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:47:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:47:59.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:47:59.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "clamp",
"timestamp": 1634618690776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "ves-openapi-manager",
"timestamp": 1634618688002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "cds",
"timestamp": 1634618696673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "aai-ml",
"timestamp": 1634618700102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618700643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "cds",
"timestamp": 1634618696673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "aai-ml",
"timestamp": 1634618700102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618700643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "cds",
"timestamp": 1634618696673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "dcae-sch",
"timestamp": 1634618701712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "aai-ml",
"timestamp": 1634618700102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618700643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "cds",
"timestamp": 1634618696673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "dcae-sch",
"timestamp": 1634618701712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "policy-id",
"timestamp": 1634618702790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "aai-ml",
"timestamp": 1634618700102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618700643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "dcae-sch",
"timestamp": 1634618701712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "policy-id",
"timestamp": 1634618702790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "aai-ml",
"timestamp": 1634618700102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "cds",
"timestamp": 1634618704985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618700643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "dcae-sch",
"timestamp": 1634618701712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "policy-id",
"timestamp": 1634618702790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634618704895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618698967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "aai-ml",
"timestamp": 1634618700102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "cds",
"timestamp": 1634618706002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:47:59.525Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.526Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:47:59.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618700643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "dcae-sch",
"timestamp": 1634618701712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "policy-id",
"timestamp": 1634618702790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634618704895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "aai-ml",
"timestamp": 1634618700102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618700643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "dcae-sch",
"timestamp": 1634618701712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618707380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "policy-id",
"timestamp": 1634618702790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634618704895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "aai-ml",
"timestamp": 1634618708025,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "dcae-sch",
"timestamp": 1634618701712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "policy-id",
"timestamp": 1634618702790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618708504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634618704895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "policy-id",
"timestamp": 1634618702790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634618704895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618710000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634618704895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "policy-id",
"timestamp": 1634618710609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "clamp",
"timestamp": 1634618711026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618711160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618711160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634618704895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "policy-id",
"timestamp": 1634618711621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618712363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "policy-id",
"timestamp": 1634618712624,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:47:59.545Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.546Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:47:59.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634618712887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "clamp",
"timestamp": 1634618713032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:47:59.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618713176,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:47:59.563Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.564Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-19T04:47:59.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618713478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "clamp",
"timestamp": 1634618714036,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:47:59.579Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.579Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:47:59.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634618714180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618714707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618715709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618716714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634618717278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618717719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634618718283,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:47:59.596Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.596Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:47:59.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "aai-ml",
"timestamp": 1634618720803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:47:59.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "aai-ml",
"timestamp": 1634618721809,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:47:59.613Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.613Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:48:18.830Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:48:18.845Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:48:18.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:48:18.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-19T04:48:18.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-19T04:48:18.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:48:18.856Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-19T04:48:48.856Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-19T04:48:48.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81 and serviceModelVersionId: 0a7f17f5-8704-4860-ad47-f6f15723d2a5
2021-10-19T04:48:48.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44bdd207-341f-470a-ba81-eccc1ef56383
2021-10-19T04:48:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:48:58.971Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:48:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:01.717Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0
2021-10-19T04:49:01.861Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-19T04:49:02.484Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-19T04:49:02.490Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0|INFO|500||Invoke
2021-10-19T04:49:02.602Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-19T04:49:02.866Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0|INFO|500||InvokeReturn
2021-10-19T04:49:02.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211019-04:49:02:611-61982], vertex-id=[147616], Content-Length=[0], Date=[Tue, 19 Oct 2021 04:49:02 GMT], Content-Type=[application/json]}
2021-10-19T04:49:02.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-19T04:49:02.870Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-19T04:49:02.870Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:49:02.873Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-19T04:49:02.879Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3af2a60d-25d3-42c7-aba1-bab76602ab81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-19T04:49:02.879Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-19T04:49:02.879Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:49:02.881Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:49:02.881Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618942879,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T04:49:02.982Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:49:02.983Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:49:02.983Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:02.996Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:49:02.997Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-19T04:49:03.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:49:03.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:49:03.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634618942879,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T04:49:03.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-19T04:49:03.900Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:03.900Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:03.901Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:14.095Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:49:14.095Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:14.095Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:14.095Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:23.638Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:49:23.638Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:23.639Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:23.639Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:33.182Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:49:33.183Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:33.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:33.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:42.725Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:49:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:58.970Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:50:08.514Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:50:08.517Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:50:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:50:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:50:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:50:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:50:58.970Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:50:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:51:08.514Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:51:08.515Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:51:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:51:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:51:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:51:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:51:58.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:51:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:52:08.515Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:52:08.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:52:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:52:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:52:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:52:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:52:58.971Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:52:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:53:08.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:53:08.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:53:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:53:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:53:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:53:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:53:58.971Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:53:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:54:08.513Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:54:08.515Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:54:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:54:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:54:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:54:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:54:58.970Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:54:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:55:08.518Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:55:08.518Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:55:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:55:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:55:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:55:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:55:58.970Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:55:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:56:08.514Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:56:08.515Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:56:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:56:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:56:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:56:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:56:58.970Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:56:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:08.512Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:08.623Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:08.624Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-19T04:57:08.624Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"daba379c-b9b0-45f1-bc4f-54ea5f008e5f","serviceName":"Demo_pNF_5ns10gTHnyc3gkDnvCx7","serviceVersion":"1.0","serviceUUID":"27942520-ccc0-43c2-9c48-4456ccdabe9f","serviceDescription":"catalog service description","serviceInvariantUUID":"ab9e4985-2ab6-4d73-a14f-24a472dcf399","resources":[{"resourceInstanceName":"pNF 75b05792-0c5f 0","resourceName":"pNF 75b05792-0c5f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"81c0a8c0-a429-4fea-a664-4a940f30ac12","resourceInvariantUUID":"5505dfc5-f285-489c-97a5-87f4b05b5237","resourceCustomizationUUID":"a5922636-e293-45bb-864d-d9f58420a01d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml","artifactChecksum":"ZmNlODVmOGM1OTNjZmFlMmVhYmFhNmNhNjg2MDk1MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3a04a1b-f521-49e4-af9e-bd87291d48e3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar","artifactChecksum":"NzgyMTI2NGZmZDk5YjY3NmM5NzM3ZTg1YzRjMGYyNDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f01b700-ed81-470a-b88c-7a9fef19ae9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42cb1fd3-dd14-4d88-8b0e-436e24f05a55","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml","artifactChecksum":"NThlMjViMmQ0ZTdjMjdkNzZjYWQzM2NkMjFlNWIyYzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cfce90f1-9d37-4275-a486-4929b68f1bac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d72d850-cb75-4f5e-ab79-65253787f3f2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c469b52-eceb-4878-91ba-601722a8792e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml","artifactChecksum":"OTUyOWE4ZWZhYWRhZjVlNjJlZjc2YjdmNjYwMWY1YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc9eb409-5d47-45f4-a356-7280fda81e07","artifactVersion":"1"},{"artifactName":"service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar","artifactChecksum":"NTNmMzY4Mzc1YjQ4NDhlMzA4YzAwZWRlMDU4MjZhYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1da6a600-945b-4c1e-8eeb-b132ec71d448","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T04:57:08.626Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:08.627Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:08.629Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:08.629Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:08.729Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:08.730Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:08.730Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:08.746Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:08.746Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":5,"count":1}
2021-10-19T04:57:09.630Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:09.632Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:09.635Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:09.635Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:09.735Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:09.736Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:09.736Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:09.747Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:09.747Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:10.636Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:10.637Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:10.639Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:10.639Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:10.739Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:10.740Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:10.740Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:10.752Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:10.753Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:11.640Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:11.641Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:11.643Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:11.643Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:11.743Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:11.744Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:11.744Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:11.755Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:11.756Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:12.644Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:12.645Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:12.647Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:12.647Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:12.747Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:12.748Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:12.748Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:12.758Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:12.758Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:13.647Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:13.648Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:13.651Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:13.651Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:13.751Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-19T04:57:13.752Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:13.752Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:13.766Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:13.767Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:14.652Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:14.653Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:14.656Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:14.657Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:14.757Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:14.757Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:14.757Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:14.767Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:14.768Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:15.658Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:15.659Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:15.660Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:15.661Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:57:15.761Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:15.762Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:15.762Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:15.773Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:15.774Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:16.663Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"serviceName": "Demo_pNF_5ns10gTHnyc3gkDnvCx7",
"serviceVersion": "1.0",
"serviceUUID": "27942520-ccc0-43c2-9c48-4456ccdabe9f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ab9e4985-2ab6-4d73-a14f-24a472dcf399",
"resources": [
{
"resourceInstanceName": "pNF 75b05792-0c5f 0",
"resourceCustomizationUUID": "a5922636-e293-45bb-864d-d9f58420a01d",
"resourceName": "pNF 75b05792-0c5f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "81c0a8c0-a429-4fea-a664-4a940f30ac12",
"resourceInvariantUUID": "5505dfc5-f285-489c-97a5-87f4b05b5237",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"artifactChecksum": "NTNmMzY4Mzc1YjQ4NDhlMzA4YzAwZWRlMDU4MjZhYTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1da6a600-945b-4c1e-8eeb-b132ec71d448"
}
],
"workloadContext": "Production"
}
2021-10-19T04:57:16.663Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T04:57:16.663Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27942520-ccc0-43c2-9c48-4456ccdabe9f ASDC
2021-10-19T04:57:16.664Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:daba379c-b9b0-45f1-bc4f-54ea5f008e5f
ServiceName:Demo_pNF_5ns10gTHnyc3gkDnvCx7
ServiceVersion:1.0
ServiceUUID:27942520-ccc0-43c2-9c48-4456ccdabe9f
ServiceInvariantUUID:ab9e4985-2ab6-4d73-a14f-24a472dcf399
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
ArtifactUUID:1da6a600-945b-4c1e-8eeb-b132ec71d448
ArtifactChecksum:NTNmMzY4Mzc1YjQ4NDhlMzA4YzAwZWRlMDU4MjZhYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 75b05792-0c5f 0
ResourceCustomizationUUID:a5922636-e293-45bb-864d-d9f58420a01d
ResourceInvariantUUID:5505dfc5-f285-489c-97a5-87f4b05b5237
ResourceName:pNF 75b05792-0c5f
ResourceType:PNF
ResourceUUID:81c0a8c0-a429-4fea-a664-4a940f30ac12
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-10-19T04:57:16.664Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27942520-ccc0-43c2-9c48-4456ccdabe9f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:57:16.699Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T04:57:16.700Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:57:16.700Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:57:16.701Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1da6a600-945b-4c1e-8eeb-b132ec71d448 from URL: /sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:16.701Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-19T04:57:16.701Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:16.875Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-19T04:57:16.880Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar 1da6a600-945b-4c1e-8eeb-b132ec71d448 82533
2021-10-19T04:57:16.880Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar ASDC sendASDCNotification
2021-10-19T04:57:16.881Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:16.881Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T04:57:16.881Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:16.883Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:16.883Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619436880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:57:16.983Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:16.984Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:16.984Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:16.995Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:16.996Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:17.883Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T04:57:17.884Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:57:17.885Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1da6a600-945b-4c1e-8eeb-b132ec71d448, URL: /sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar to file: /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:17.885Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:17.885Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:17.886Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.019Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13186455659490802911/Definitions/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml
2021-10-19T04:57:18.981Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T04:57:18.981Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 75b05792-0c5f 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-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||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-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||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-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||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-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||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-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||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-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Node template pNF 75b05792-0c5f 0 is matching search criteria
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 75b05792-0c5f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Node template pNF 75b05792-0c5f 0 is matching search criteria
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 75b05792-0c5f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_5ns10gTHnyc3gkDnvCx7
Description:catalog service description
Model UUID:27942520-ccc0-43c2-9c48-4456ccdabe9f
Model Version:NULL
Model InvariantUuid:ab9e4985-2ab6-4d73-a14f-24a472dcf399
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T04:57:18.994Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 81c0a8c0-a429-4fea-a664-4a940f30ac12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:57:18.996Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||pNF 75b05792-0c5f 0
2021-10-19T04:57:18.997Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 81c0a8c0-a429-4fea-a664-4a940f30ac12
2021-10-19T04:57:18.997Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 27942520-ccc0-43c2-9c48-4456ccdabe9f
2021-10-19T04:57:18.997Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 27942520-ccc0-43c2-9c48-4456ccdabe9f
2021-10-19T04:57:18.997Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 75b05792-0c5f 0 81c0a8c0-a429-4fea-a664-4a940f30ac12 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:57:19.000Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34c3a814, org.onap.sdc.toscaparser.api.parameters.Input@5eddd170, org.onap.sdc.toscaparser.api.parameters.Input@399651c4, org.onap.sdc.toscaparser.api.parameters.Input@197748a4, org.onap.sdc.toscaparser.api.parameters.Input@30ddd096]
2021-10-19T04:57:19.001Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:57:19.001Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:19.001Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 27942520-ccc0-43c2-9c48-4456ccdabe9f: pNF 75b05792-0c5f
2021-10-19T04:57:19.002Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Processing PNF resource: 81c0a8c0-a429-4fea-a664-4a940f30ac12
2021-10-19T04:57:19.002Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T04:57:19.003Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:19.003Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Resource customization UUID: a5922636-e293-45bb-864d-d9f58420a01d is the same as notified resource customizationUUID: a5922636-e293-45bb-864d-d9f58420a01d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-19T04:57:19.063Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 75b05792-0c5f 81c0a8c0-a429-4fea-a664-4a940f30ac12 0 ASDC deployResourceStructure
2021-10-19T04:57:19.063Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar ASDC sendASDCNotification
2021-10-19T04:57:19.064Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:19.064Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T04:57:19.064Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:19.065Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:19.065Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619439063,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:57:19.166Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T04:57:19.167Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:19.167Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:19.182Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:19.182Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-19T04:57:20.066Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:57:20.079Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:57:20.081Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:57:20.081Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:57:20.082Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:57:50.082Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:57:50.094Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:57:50.096Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:57:50.096Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:57:50.096Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:57:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:57:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:57:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:59.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:57:59.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "dcae-sch",
"timestamp": 1634619421712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619420643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619420102,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619424895,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619428002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619422790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "dcae-sch",
"timestamp": 1634619421712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619420643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619420102,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619424895,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619428002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619422790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "dcae-sch",
"timestamp": 1634619421712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619420643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619420102,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619424895,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619428002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619422790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "dcae-sch",
"timestamp": 1634619421712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619420643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619420102,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619428002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619424895,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619422790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "cds",
"timestamp": 1634619431673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "dcae-sch",
"timestamp": 1634619421712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619420643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619420102,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619428002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619424895,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619422790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "cds",
"timestamp": 1634619431673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "dcae-sch",
"timestamp": 1634619421712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619420643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619420102,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619424895,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619428002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619422790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "cds",
"timestamp": 1634619431673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "dcae-sch",
"timestamp": 1634619421712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619420643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619420102,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619424895,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619428002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619422790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "cds",
"timestamp": 1634619431673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "dcae-sch",
"timestamp": 1634619421712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619418967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619420643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619420102,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619424895,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619428002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619422790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "cds",
"timestamp": 1634619431673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619436880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619436883,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619436885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619436875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619436966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "cds",
"timestamp": 1634619431673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619437879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619438207,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "cds",
"timestamp": 1634619431673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619438830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "policy-id",
"timestamp": 1634619438882,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:57:59.631Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.631Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:57:59.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619439063,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:57:59.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619439210,
"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-10-19T04:57:59.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f 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-10-19T04:57:59.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "cds",
"timestamp": 1634619431673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:57:59.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619439834,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:57:59.664Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.664Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "cds",
"timestamp": 1634619440498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619440776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "cds",
"timestamp": 1634619441504,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:57:59.679Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.679Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:57:59.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619440776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619442989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619440776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "aai-ml",
"timestamp": 1634619443993,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:57:59.697Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.697Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:57:59.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619440776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619440776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619440776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619440776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619440776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619462144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619465144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "clamp",
"timestamp": 1634619466149,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:57:59.712Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.712Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:58:20.096Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:58:20.109Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T04:58:20.111Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:58:20.122Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-19T04:58:50.122Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-19T04:58:50.128Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f and serviceModelVersionId: 27942520-ccc0-43c2-9c48-4456ccdabe9f
2021-10-19T04:58:50.129Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab9e4985-2ab6-4d73-a14f-24a472dcf399
2021-10-19T04:58:50.129Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0
2021-10-19T04:58:50.134Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-19T04:58:50.171Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-19T04:58:50.172Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0|INFO|500||Invoke
2021-10-19T04:58:50.202Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-19T04:58:50.617Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0|INFO|500||InvokeReturn
2021-10-19T04:58:50.618Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211019-04:58:50:209-67213], vertex-id=[360640], Content-Length=[0], Date=[Tue, 19 Oct 2021 04:58:50 GMT], Content-Type=[application/json]}
2021-10-19T04:58:50.618Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-19T04:58:50.619Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-19T04:58:50.619Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:58:50.622Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-19T04:58:50.622Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID daba379c-b9b0-45f1-bc4f-54ea5f008e5f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-19T04:58:50.623Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-19T04:58:50.623Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:58:50.626Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:58:50.626Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619530623,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T04:58:50.726Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:58:50.727Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:58:50.727Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:58:50.744Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:58:50.744Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-19T04:58:51.639Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:58:51.640Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:58:51.640Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:58:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:58:58.970Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:58:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:58:59.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:58:59.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:58:59.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619530623,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T04:58:59.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:59:01.188Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:59:01.188Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:59:01.189Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:59:01.189Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:59:10.731Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T04:59:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:59:58.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:59:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:59:58.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:59:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:59:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:01.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:01.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T05:00:01.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"361be28a-5c8f-435e-bb8a-c84047b9f3e5","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"f3e847e8-8ee9-46ca-8629-ed5148930a17","serviceDescription":"service","serviceInvariantUUID":"0c742b2d-9ad2-49b2-afc5-51f33b5636bb","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2500a41f-ac7c-4ea9-af24-815b9279adc0","resourceInvariantUUID":"f39a67ed-b30c-45eb-84d6-19651831d8f0","resourceCustomizationUUID":"ceb16b37-85fb-421e-9596-405d601253ff","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":"655758f4-3b1c-4394-bf9a-aac2a5631c95","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":"ZWY3MjY3MTkwZjU4Yzk0ZTNmNWE1NmMwOTM0YTEyNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aff406f1-6dd3-4bfc-baf0-a6e30efa22c6","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":"MTQ0NDBkM2IyNDMzMWU1OGNiYTFhNTAzZjk5N2M1NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c4c8f239-b384-4ed1-bb0e-c94562f9f978","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":"5c32fda8-4f92-4da2-9271-4604d11ce050","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":"52a77396-5c94-459f-9f92-c211ecb3a59a","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":"0e51e333-6e90-4c82-8e7c-b640a77ac63f","artifactVersion":"2","generatedFromUUID":"5c32fda8-4f92-4da2-9271-4604d11ce050"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDY0NjAwNTg0MzM0ZmM1NzZhYTg1Mzg5MzhmNmE4MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f9a6d89-ede7-4bba-bcb1-328a95a54997","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTIwMGQxY2QzODhmMWFmYWU3ZmEyNTAxYTQyNjllM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T05:00:01.345Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:01.345Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:01.347Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:01.347Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:00:01.447Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:01.447Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:01.448Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:01.458Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:01.459Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:01.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:01.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:00:01.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:00:01.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:00:02.347Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:02.348Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:02.350Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:02.350Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:00:02.450Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:02.451Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:02.451Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:02.462Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:02.463Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:03.350Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:03.351Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:03.353Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:03.353Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T05:00:03.453Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:03.454Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:03.454Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:03.468Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:03.468Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:04.354Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:04.354Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:04.358Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:04.358Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-19T05:00:04.457Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-19T05:00:04.458Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:04.458Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:04.470Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:04.471Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:00:05.358Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:05.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:05.361Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:05.361Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:00:05.461Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:05.463Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:05.463Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:05.473Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:05.473Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:06.365Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:06.365Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:06.367Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:06.367Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-19T05:00:06.467Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:06.468Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:06.468Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:06.479Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:06.480Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:07.367Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:07.368Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:07.369Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:07.370Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:00:07.470Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:07.471Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:07.471Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:07.491Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:07.492Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:08.370Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:08.371Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:08.373Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:08.374Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:00:08.474Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:08.475Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:08.475Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:08.497Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:08.498Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:09.376Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "f3e847e8-8ee9-46ca-8629-ed5148930a17",
"serviceDescription": "service",
"serviceInvariantUUID": "0c742b2d-9ad2-49b2-afc5-51f33b5636bb",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "ceb16b37-85fb-421e-9596-405d601253ff",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2500a41f-ac7c-4ea9-af24-815b9279adc0",
"resourceInvariantUUID": "f39a67ed-b30c-45eb-84d6-19651831d8f0",
"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": "MTQ0NDBkM2IyNDMzMWU1OGNiYTFhNTAzZjk5N2M1NjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c4c8f239-b384-4ed1-bb0e-c94562f9f978",
"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": "5c32fda8-4f92-4da2-9271-4604d11ce050",
"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": "0e51e333-6e90-4c82-8e7c-b640a77ac63f",
"generatedFromUUID": "5c32fda8-4f92-4da2-9271-4604d11ce050"
},
"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": "0e51e333-6e90-4c82-8e7c-b640a77ac63f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "NTIwMGQxY2QzODhmMWFmYWU3ZmEyNTAxYTQyNjllM2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4"
}
],
"workloadContext": "Production"
}
2021-10-19T05:00:09.376Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T05:00:09.376Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3e847e8-8ee9-46ca-8629-ed5148930a17 ASDC
2021-10-19T05:00:09.377Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:361be28a-5c8f-435e-bb8a-c84047b9f3e5
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:f3e847e8-8ee9-46ca-8629-ed5148930a17
ServiceInvariantUUID:0c742b2d-9ad2-49b2-afc5-51f33b5636bb
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:d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4
ArtifactChecksum:NTIwMGQxY2QzODhmMWFmYWU3ZmEyNTAxYTQyNjllM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:ceb16b37-85fb-421e-9596-405d601253ff
ResourceInvariantUUID:f39a67ed-b30c-45eb-84d6-19651831d8f0
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2500a41f-ac7c-4ea9-af24-815b9279adc0
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:c4c8f239-b384-4ed1-bb0e-c94562f9f978
ArtifactChecksum:MTQ0NDBkM2IyNDMzMWU1OGNiYTFhNTAzZjk5N2M1NjU=
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:5c32fda8-4f92-4da2-9271-4604d11ce050
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:0e51e333-6e90-4c82-8e7c-b640a77ac63f
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:0e51e333-6e90-4c82-8e7c-b640a77ac63f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-19T05:00:09.377Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3e847e8-8ee9-46ca-8629-ed5148930a17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:00:09.408Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:00:09.409Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:00:09.409Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:00:09.410Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-19T05:00:09.410Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:00:09.410Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-19T05:00:10.194Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:00:10.200Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4 73381
2021-10-19T05:00:10.200Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-19T05:00:10.200Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-19T05:00:10.200Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:00:10.200Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:10.202Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:10.202Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619610200,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:00:10.303Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:10.303Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:10.303Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:10.315Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:10.315Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:00:11.203Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:00:11.204Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:00:11.204Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:11.204Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-19T05:00:11.205Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:11.205Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:11.408Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15993920438780739006/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-10-19T05:00:12.682Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-19T05:00:12.690Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T05:00:12.690Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b085efdc-43d3-4ed1-b5c2-8c263650ddc2
2021-10-19T05:00:12.690Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.690Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:f3e847e8-8ee9-46ca-8629-ed5148930a17
Model Version:NULL
Model InvariantUuid:0c742b2d-9ad2-49b2-afc5-51f33b5636bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:a739472e-c135-4b2d-9142-8163255d4613
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f39a67ed-b30c-45eb-84d6-19651831d8f0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ceb16b37-85fb-421e-9596-405d601253ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8ce7ee83-9352-43ab-a3d0-bd6a27643f7d
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:8e244cde-7658-4590-8e4f-b0c0c3cd3aff
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b085efdc-43d3-4ed1-b5c2-8c263650ddc2
ModelInvariantUuid:80a04903-5fba-4e6e-9daf-7a487b0e3477
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:f70139e2-068b-4a82-ad9e-2574946a3bb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:fa12c339-0b40-4e37-9b82-8785a936258a
ModelInvariantUuid:d390ae03-4b1e-47fe-b0a2-417d300c9a25
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:e735b1f5-5829-4360-affe-0940b50e7287
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T05:00:12.695Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2500a41f-ac7c-4ea9-af24-815b9279adc0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:00:12.698Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-10-19T05:00:12.698Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2500a41f-ac7c-4ea9-af24-815b9279adc0
2021-10-19T05:00:12.698Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c4c8f239-b384-4ed1-bb0e-c94562f9f978 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-19T05:00:12.698Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:00:12.698Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-19T05:00:12.858Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:00:12.859Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c4c8f239-b384-4ed1-bb0e-c94562f9f978 790
2021-10-19T05:00:12.859Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:00:12.859Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:00:12.859Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:00:12.859Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:12.861Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:12.861Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619612859,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:00:12.961Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:12.962Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:12.962Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:12.975Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:12.975Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:13.861Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8ce7ee83-9352-43ab-a3d0-bd6a27643f7d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8e244cde-7658-4590-8e4f-b0c0c3cd3aff",
"vfModuleModelCustomizationUUID": "7958a1c9-973f-4798-b5c6-e3091a0eb78b",
"isBase": true,
"artifacts": [
"5c32fda8-4f92-4da2-9271-4604d11ce050",
"0e51e333-6e90-4c82-8e7c-b640a77ac63f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-19T05:00:13.867Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e244cde-7658-4590-8e4f-b0c0c3cd3aff
VfModuleModelInvariantUUID:8ce7ee83-9352-43ab-a3d0-bd6a27643f7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c32fda8-4f92-4da2-9271-4604d11ce050
,
0e51e333-6e90-4c82-8e7c-b640a77ac63f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-19T05:00:13.871Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8ce7ee83-9352-43ab-a3d0-bd6a27643f7d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8e244cde-7658-4590-8e4f-b0c0c3cd3aff",
"vfModuleModelCustomizationUUID": "7958a1c9-973f-4798-b5c6-e3091a0eb78b",
"isBase": true,
"artifacts": [
"5c32fda8-4f92-4da2-9271-4604d11ce050",
"0e51e333-6e90-4c82-8e7c-b640a77ac63f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-19T05:00:13.871Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e244cde-7658-4590-8e4f-b0c0c3cd3aff
VfModuleModelInvariantUUID:8ce7ee83-9352-43ab-a3d0-bd6a27643f7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c32fda8-4f92-4da2-9271-4604d11ce050
,
0e51e333-6e90-4c82-8e7c-b640a77ac63f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-19T05:00:13.872Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5c32fda8-4f92-4da2-9271-4604d11ce050 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-19T05:00:13.872Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:00:13.872Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-19T05:00:14.066Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:00:14.067Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 5c32fda8-4f92-4da2-9271-4604d11ce050 5033
2021-10-19T05:00:14.067Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:00:14.067Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:00:14.067Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:00:14.068Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:14.070Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:14.070Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619614067,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:00:14.171Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:14.171Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:14.171Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:14.182Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:14.182Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:15.071Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0e51e333-6e90-4c82-8e7c-b640a77ac63f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-19T05:00:15.072Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:00:15.072Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-19T05:00:15.361Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:00:15.361Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 0e51e333-6e90-4c82-8e7c-b640a77ac63f 909
2021-10-19T05:00:15.362Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:00:15.362Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:00:15.362Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:00:15.362Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:15.364Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:15.364Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619615362,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:00:15.465Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:15.465Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:15.466Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:15.484Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:15.484Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:00:16.365Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f3e847e8-8ee9-46ca-8629-ed5148930a17
2021-10-19T05:00:16.366Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2500a41f-ac7c-4ea9-af24-815b9279adc0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:00:16.381Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43bf9878, org.onap.sdc.toscaparser.api.parameters.Input@28eb71fd, org.onap.sdc.toscaparser.api.parameters.Input@57f6e7f9, org.onap.sdc.toscaparser.api.parameters.Input@21acc799, org.onap.sdc.toscaparser.api.parameters.Input@1e6ff78c]
2021-10-19T05:00:16.383Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.383Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.383Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-10-19T05:00:16.383Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ceb16b37-85fb-421e-9596-405d601253ff
2021-10-19T05:00:16.383Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ceb16b37-85fb-421e-9596-405d601253ff matches Tosca VF Customization UUID: ceb16b37-85fb-421e-9596-405d601253ff
2021-10-19T05:00:16.384Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ceb16b37-85fb-421e-9596-405d601253ff matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-19T05:00:16.386Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.386Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.387Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ceb16b37-85fb-421e-9596-405d601253ff: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-19T05:00:16.387Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29460793
2021-10-19T05:00:16.387Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.387Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T05:00:16.394Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7958a1c9-973f-4798-b5c6-e3091a0eb78b
2021-10-19T05:00:16.394Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7958a1c9-973f-4798-b5c6-e3091a0eb78b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-19T05:00:16.396Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.397Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:16.397Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:16.397Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.397Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:16.397Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:16.398Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.398Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-19T05:00:16.398Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-19T05:00:16.398Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T05:00:16.398Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b085efdc-43d3-4ed1-b5c2-8c263650ddc2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-19T05:00:16.401Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.401Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:16.401Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:16.401Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.402Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:16.402Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ceb16b37-85fb-421e-9596-405d601253ff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:00:16.403Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.403Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f3e847e8-8ee9-46ca-8629-ed5148930a17: basicclamp
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:00:16.466Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2500a41f-ac7c-4ea9-af24-815b9279adc0 1 ASDC deployResourceStructure
2021-10-19T05:00:16.467Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-19T05:00:16.467Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-19T05:00:16.467Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:00:16.467Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:16.468Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:16.468Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619616467,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-19T05:00:16.569Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T05:00:16.569Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:16.569Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:16.581Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:16.582Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:17.469Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-19T05:00:17.470Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-19T05:00:17.470Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:00:17.470Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:17.472Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:17.473Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619617469,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-19T05:00:17.572Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-19T05:00:17.573Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:17.573Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:17.589Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:17.589Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:18.473Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-19T05:00:18.474Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-19T05:00:18.474Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:00:18.475Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:18.478Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:18.478Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619618473,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-19T05:00:18.578Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:18.579Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:18.579Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:18.590Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:18.591Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:19.479Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-19T05:00:19.479Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-19T05:00:19.479Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:00:19.479Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:19.481Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:19.482Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619619479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:00:19.582Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:19.583Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:19.583Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:19.595Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:19.596Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:20.483Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:00:20.495Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:00:20.500Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:00:20.500Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:00:20.500Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:00:50.500Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:00:50.511Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:00:50.513Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:00:50.514Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:00:50.514Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:00:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:00:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:00:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:58.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:00:58.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:00:58.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619600643,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:00:58.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:00:58.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:00:58.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "cds",
"timestamp": 1634619596673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:00:58.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:01:20.514Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:01:20.522Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:01:20.524Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:01:20.524Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:01:20.524Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:01:50.524Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:01:50.534Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:01:50.537Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:01:50.537Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:01:50.537Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:01:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:01:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:01:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:01:58.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:01:58.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:01:58.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619600102,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:01:58.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:20.537Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:02:20.546Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:02:20.549Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:02:20.549Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:02:20.550Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:02:50.550Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:02:50.560Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:02:50.563Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:02:50.563Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:02:50.563Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:02:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:02:58.971Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:02:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:02:58.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:02:59.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619600643,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "cds",
"timestamp": 1634619596673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619600102,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619601711,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619600643,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "cds",
"timestamp": 1634619596673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619600102,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619601711,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619602790,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619600643,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "cds",
"timestamp": 1634619596673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619600102,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619601711,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619602790,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619600643,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "cds",
"timestamp": 1634619596673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619600102,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619601711,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619602790,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619604895,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619600643,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "cds",
"timestamp": 1634619596673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619600102,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619601711,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619602790,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619604895,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619600643,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619600102,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "cds",
"timestamp": 1634619596673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619601711,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619602790,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619604895,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619600643,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619600102,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619598967,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "cds",
"timestamp": 1634619596673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619601711,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619602790,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619604895,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619608002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619601711,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619602790,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619604895,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619608002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619610155,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619610200,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "cds",
"timestamp": 1634619610258,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619610366,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619602790,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619604895,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619608002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "cds",
"timestamp": 1634619611262,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.036Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.036Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619611355,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619611494,
"artifactURL": "/sdc/v1/catalog/services/f3e847e8-8ee9-46ca-8629-ed5148930a17/resourceInstances/basicclamp0/artifacts/655758f4-3b1c-4394-bf9a-aac2a5631c95",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619604895,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619608002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619611658,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619604895,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619612573,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619608002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619612662,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "cds",
"timestamp": 1634619612265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619612803,
"artifactURL": "/sdc/v1/catalog/services/f3e847e8-8ee9-46ca-8629-ed5148930a17/resourceInstances/basicclamp0/artifacts/655758f4-3b1c-4394-bf9a-aac2a5631c95",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619612859,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619613604,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.056Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.056Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619608002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619613674,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "policy-id",
"timestamp": 1634619613664,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.071Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.071Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-19T05:02:59.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "cds",
"timestamp": 1634619612265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "dcae-sch",
"timestamp": 1634619613807,
"artifactURL": "/sdc/v1/catalog/services/f3e847e8-8ee9-46ca-8629-ed5148930a17/resourceInstances/basicclamp0/artifacts/655758f4-3b1c-4394-bf9a-aac2a5631c95",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.085Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.086Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619614067,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619614608,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619608002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "policy-id",
"timestamp": 1634619602790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "dcae-sch",
"timestamp": 1634619601711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "cds",
"timestamp": 1634619615199,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619615362,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619608002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "policy-id",
"timestamp": 1634619602790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "dcae-sch",
"timestamp": 1634619601711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619615979,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "cds",
"timestamp": 1634619616204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c089d6b-35a2-4d32-8bca-08fc37d22d25
2021-10-19T05:02:59.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c089d6b-35a2-4d32-8bca-08fc37d22d25 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619616467,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619608002,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "policy-id",
"timestamp": 1634619616866,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619616983,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.129Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.130Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619617469,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619608002,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "policy-id",
"timestamp": 1634619617869,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619604895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619618473,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "policy-id",
"timestamp": 1634619618872,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.146Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c089d6b-35a2-4d32-8bca-08fc37d22d25
2021-10-19T05:02:59.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c089d6b-35a2-4d32-8bca-08fc37d22d25 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619604895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619619479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619620192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619620496,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619620643,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "aai-ml",
"timestamp": 1634619621501,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.160Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.160Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619620643,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619621778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "dcae-sch",
"timestamp": 1634619621711,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619622782,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.176Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c089d6b-35a2-4d32-8bca-08fc37d22d25
2021-10-19T05:02:59.176Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c089d6b-35a2-4d32-8bca-08fc37d22d25 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "dcae-sch",
"timestamp": 1634619621711,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619622790,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "dcae-sch",
"timestamp": 1634619621711,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619622790,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "dcae-sch",
"timestamp": 1634619621711,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619622790,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "dcae-sch",
"timestamp": 1634619621711,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619622790,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "cds",
"timestamp": 1634619626676,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "dcae-sch",
"timestamp": 1634619621711,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619622790,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "cds",
"timestamp": 1634619626676,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "dcae-sch",
"timestamp": 1634619621711,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619622790,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619628002,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "cds",
"timestamp": 1634619626676,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "dcae-sch",
"timestamp": 1634619621711,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619622790,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619628002,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "aai-ml",
"timestamp": 1634619630102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "cds",
"timestamp": 1634619626676,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619622790,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619628002,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "aai-ml",
"timestamp": 1634619630102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "cds",
"timestamp": 1634619626676,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619628002,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619631760,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "aai-ml",
"timestamp": 1634619632256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "cds",
"timestamp": 1634619626676,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619628002,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619632764,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "cds",
"timestamp": 1634619626676,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619628002,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "policy-id",
"timestamp": 1634619633771,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.206Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:02:59.206Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "cds",
"timestamp": 1634619626676,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619628002,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "cds",
"timestamp": 1634619635468,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619634895,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "ves-openapi-manager",
"timestamp": 1634619628002,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619634895,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "aai-ml",
"timestamp": 1634619636658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619634895,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "cds",
"timestamp": 1634619637555,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.223Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:02:59.223Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "aai-ml",
"timestamp": 1634619637662,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.239Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c089d6b-35a2-4d32-8bca-08fc37d22d25
2021-10-19T05:02:59.239Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c089d6b-35a2-4d32-8bca-08fc37d22d25 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619634895,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619634895,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619640174,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619634895,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619641178,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619640643,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619634895,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619640643,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619634895,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619640643,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619643677,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619640643,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619640643,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619645286,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619645918,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619640643,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619646294,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634619646921,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.261Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:02:59.261Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619640643,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "clamp",
"timestamp": 1634619647301,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.282Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.282Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619640643,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619649591,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619650673,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619651854,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619652875,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.301Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:02:59.301Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-19T05:02:59.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634619653877,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-19T05:02:59.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:20.563Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:03:20.573Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-19T05:03:20.576Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:03:20.583Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-19T05:03:50.583Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-19T05:03:50.588Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and serviceModelVersionId: f3e847e8-8ee9-46ca-8629-ed5148930a17
2021-10-19T05:03:50.588Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c742b2d-9ad2-49b2-afc5-51f33b5636bb
2021-10-19T05:03:50.589Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0
2021-10-19T05:03:50.594Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-19T05:03:50.640Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-19T05:03:50.641Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0|INFO|500||Invoke
2021-10-19T05:03:50.666Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-19T05:03:50.972Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0|INFO|500||InvokeReturn
2021-10-19T05:03:50.972Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211019-05:03:50:672-67943], vertex-id=[581864], Content-Length=[0], Date=[Tue, 19 Oct 2021 05:03:50 GMT], Content-Type=[application/json]}
2021-10-19T05:03:50.972Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-19T05:03:50.973Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-19T05:03:50.973Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:03:50.975Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-19T05:03:50.976Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-19T05:03:50.976Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-19T05:03:50.976Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:03:50.978Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:03:50.978Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619830976,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:03:51.078Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:03:51.079Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:03:51.079Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:51.093Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:03:51.094Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-19T05:03:51.990Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:03:51.991Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:03:51.991Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:56.292Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:03:56.293Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T05:03:56.294Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"49729889-cb8e-4bda-be8f-91457642e35f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"af08b2ad-1cbe-4477-b3e0-01a0004beda0","serviceDescription":"service","serviceInvariantUUID":"0920a837-3df8-4d38-a0b2-d54965d6c223","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50901ec-dbab-4ba5-a531-32ae4ef2b4ff","resourceInvariantUUID":"d46dd5de-40fb-4df3-939b-e2b96deb4050","resourceCustomizationUUID":"69dc4deb-454f-4530-a60a-28e27baaa341","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZmU1NzgyZTg1NWRlYzZlZTEwNjJlN2E2NDM4OGEzM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e9ed269-aeaa-4853-a4dc-2b161a6e6f7c","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZTdhMTQ5MjgwMWU3YjFiMTI3Zjk2MmViYTkwY2IxMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1a689deb-a780-47f2-97fd-cf19108681ec","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"06438665-5542-4cb3-bba7-e66e4a2dd68c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad2c5d7e-e5c3-4356-88a8-9bb7349a1a54","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0c9ae0f4-6389-4e64-ab63-2696c5c94265","artifactVersion":"2","generatedFromUUID":"06438665-5542-4cb3-bba7-e66e4a2dd68c"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MjRhN2E4YzkyMWViOGEwMGI1ZDZlNTZiOGNlYmYxMmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e6c7a37d-9873-479c-800b-0f0e01180ae7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"OTliNDllZGM5NjIyN2I4NmU3MmZjZjQxNDhmZGQzMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b93322ff-6a3c-4c42-8a7c-da9ef30efd24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDM5YWI0MzFkMWM5ZTAwNzg3YTVhZDVmNTBhMDE1YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"beb3a7f9-9d13-4a26-8317-abbd457b553c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T05:03:56.296Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:03:56.296Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:03:56.297Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:03:56.298Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619831990,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:56.398Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:03:56.399Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:03:56.399Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:56.411Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:03:56.412Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:03:57.298Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:03:57.299Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:03:57.301Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:03:57.301Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619831990,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T05:03:57.402Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T05:03:57.403Z||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-10-19T05:03:57.403Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:57.419Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:03:57.419Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:03:58.302Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:03:58.303Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:03:58.305Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:03:58.305Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619831990,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-19T05:03:58.405Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:03:58.406Z||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-10-19T05:03:58.406Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:58.420Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:03:58.420Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:03:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:03:58.970Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:03:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:58.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:03:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "clamp",
"timestamp": 1634619660176,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619660103,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619660103,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:58.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "clamp",
"timestamp": 1634619662183,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:03:58.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:58.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619660103,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:58.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:58.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
"consumerID": "clamp",
"timestamp": 1634619663185,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:03:59.006Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c089d6b-35a2-4d32-8bca-08fc37d22d25
2021-10-19T05:03:59.006Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c089d6b-35a2-4d32-8bca-08fc37d22d25 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619660103,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619660103,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619660103,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619660103,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619660103,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619668871,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619620776,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619676764,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "aai-ml",
"timestamp": 1634619677768,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:03:59.026Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:03:59.026Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:03:59.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619678178,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619681182,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "clamp",
"timestamp": 1634619682185,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:03:59.042Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:03:59.042Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:03:59.305Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:03:59.306Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:03:59.308Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:03:59.309Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619831990,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.409Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:03:59.410Z||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-10-19T05:03:59.410Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:59.423Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:03:59.423Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:04:00.309Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:00.310Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:00.311Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:00.312Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619831990,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-19T05:04:00.412Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:00.413Z||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-10-19T05:04:00.413Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:00.424Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:04:00.425Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:01.312Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:01.313Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:01.314Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:01.314Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619831990,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:04:01.414Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:01.415Z||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-10-19T05:04:01.415Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:01.427Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:04:01.428Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:02.314Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:02.315Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:02.317Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:02.317Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619831990,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-19T05:04:02.417Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:02.418Z||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-10-19T05:04:02.418Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:02.430Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:04:02.430Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:03.317Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:03.318Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:03.320Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:03.320Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619831990,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-19T05:04:03.420Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:03.421Z||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-10-19T05:04:03.421Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:03.432Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:04:03.432Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:04.322Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"serviceName": "basic_vm_macro",
"serviceVersion": "1.0",
"serviceUUID": "af08b2ad-1cbe-4477-b3e0-01a0004beda0",
"serviceDescription": "service",
"serviceInvariantUUID": "0920a837-3df8-4d38-a0b2-d54965d6c223",
"resources": [
{
"resourceInstanceName": "basic_vm_macro 0",
"resourceCustomizationUUID": "69dc4deb-454f-4530-a60a-28e27baaa341",
"resourceName": "basic_vm_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d50901ec-dbab-4ba5-a531-32ae4ef2b4ff",
"resourceInvariantUUID": "d46dd5de-40fb-4df3-939b-e2b96deb4050",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"artifactChecksum": "ZTdhMTQ5MjgwMWU3YjFiMTI3Zjk2MmViYTkwY2IxMDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1a689deb-a780-47f2-97fd-cf19108681ec",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "06438665-5542-4cb3-bba7-e66e4a2dd68c",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0c9ae0f4-6389-4e64-ab63-2696c5c94265",
"generatedFromUUID": "06438665-5542-4cb3-bba7-e66e4a2dd68c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0c9ae0f4-6389-4e64-ab63-2696c5c94265",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVmMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"artifactChecksum": "MDM5YWI0MzFkMWM5ZTAwNzg3YTVhZDVmNTBhMDE1YTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "beb3a7f9-9d13-4a26-8317-abbd457b553c"
}
],
"workloadContext": "Production"
}
2021-10-19T05:04:04.322Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T05:04:04.322Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af08b2ad-1cbe-4477-b3e0-01a0004beda0 ASDC
2021-10-19T05:04:04.323Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:49729889-cb8e-4bda-be8f-91457642e35f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:af08b2ad-1cbe-4477-b3e0-01a0004beda0
ServiceInvariantUUID:0920a837-3df8-4d38-a0b2-d54965d6c223
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:beb3a7f9-9d13-4a26-8317-abbd457b553c
ArtifactChecksum:MDM5YWI0MzFkMWM5ZTAwNzg3YTVhZDVmNTBhMDE1YTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:69dc4deb-454f-4530-a60a-28e27baaa341
ResourceInvariantUUID:d46dd5de-40fb-4df3-939b-e2b96deb4050
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d50901ec-dbab-4ba5-a531-32ae4ef2b4ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:1a689deb-a780-47f2-97fd-cf19108681ec
ArtifactChecksum:ZTdhMTQ5MjgwMWU3YjFiMTI3Zjk2MmViYTkwY2IxMDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:06438665-5542-4cb3-bba7-e66e4a2dd68c
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:0c9ae0f4-6389-4e64-ab63-2696c5c94265
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:0c9ae0f4-6389-4e64-ab63-2696c5c94265
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-19T05:04:04.323Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af08b2ad-1cbe-4477-b3e0-01a0004beda0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-19T05:04:04.360Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:04:04.360Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:04:04.360Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:04:04.360Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: beb3a7f9-9d13-4a26-8317-abbd457b553c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-19T05:04:04.360Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:04.361Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-19T05:04:04.771Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:04.776Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar beb3a7f9-9d13-4a26-8317-abbd457b553c 78591
2021-10-19T05:04:04.776Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-19T05:04:04.776Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-19T05:04:04.776Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:04.776Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:04.778Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:04.778Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619844776,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:04:04.878Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:04.879Z||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-10-19T05:04:04.879Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:04.891Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:04:04.891Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:04:05.778Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:04:05.779Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:04:05.780Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: beb3a7f9-9d13-4a26-8317-abbd457b553c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:05.780Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-19T05:04:05.781Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:05.781Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:05.916Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP435555993466082534/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-10-19T05:04:06.905Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d864ff58-0c82-4931-a115-0c16aada6e5a
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:af08b2ad-1cbe-4477-b3e0-01a0004beda0
Model Version:NULL
Model InvariantUuid:0920a837-3df8-4d38-a0b2-d54965d6c223
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm_macro
Model UUID:78b20f75-b36d-4d2c-9787-3bf4f7728ff0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d46dd5de-40fb-4df3-939b-e2b96deb4050
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:69dc4deb-454f-4530-a60a-28e27baaa341
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e4a24283-ffe6-47a9-9657-174bfd702305
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:2d323abc-9e60-4957-9408-481c8bcbbd35
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d864ff58-0c82-4931-a115-0c16aada6e5a
ModelInvariantUuid:abfdfc01-dc80-4f5f-a6eb-258e0e88970f
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:cd271188-240c-43ed-8b68-64e4cdf2633c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:31c80eca-a0cc-44e3-9186-4797f8667132
ModelInvariantUuid:d91871d7-8810-4b69-89f4-38e7568f5b75
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:90715130-20bd-4a2f-98f8-3d8ce825299e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T05:04:06.913Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d50901ec-dbab-4ba5-a531-32ae4ef2b4ff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:04:06.915Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-10-19T05:04:06.915Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d50901ec-dbab-4ba5-a531-32ae4ef2b4ff
2021-10-19T05:04:06.915Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1a689deb-a780-47f2-97fd-cf19108681ec from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-19T05:04:06.915Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:06.915Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-19T05:04:07.092Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:07.092Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1a689deb-a780-47f2-97fd-cf19108681ec 792
2021-10-19T05:04:07.092Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-19T05:04:07.092Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-19T05:04:07.093Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:07.093Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:07.095Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:07.095Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619847092,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:04:07.195Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:07.196Z||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-10-19T05:04:07.196Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:07.209Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:04:07.209Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:08.095Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "e4a24283-ffe6-47a9-9657-174bfd702305",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2d323abc-9e60-4957-9408-481c8bcbbd35",
"vfModuleModelCustomizationUUID": "74cd61ae-297a-41a5-a1ec-313824e2be4a",
"isBase": true,
"artifacts": [
"06438665-5542-4cb3-bba7-e66e4a2dd68c",
"0c9ae0f4-6389-4e64-ab63-2696c5c94265"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-19T05:04:08.098Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d323abc-9e60-4957-9408-481c8bcbbd35
VfModuleModelInvariantUUID:e4a24283-ffe6-47a9-9657-174bfd702305
VfModuleModelDescription:NULL
Artifacts UUID List:{
06438665-5542-4cb3-bba7-e66e4a2dd68c
,
0c9ae0f4-6389-4e64-ab63-2696c5c94265
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-19T05:04:08.100Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "e4a24283-ffe6-47a9-9657-174bfd702305",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2d323abc-9e60-4957-9408-481c8bcbbd35",
"vfModuleModelCustomizationUUID": "74cd61ae-297a-41a5-a1ec-313824e2be4a",
"isBase": true,
"artifacts": [
"06438665-5542-4cb3-bba7-e66e4a2dd68c",
"0c9ae0f4-6389-4e64-ab63-2696c5c94265"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-19T05:04:08.100Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d323abc-9e60-4957-9408-481c8bcbbd35
VfModuleModelInvariantUUID:e4a24283-ffe6-47a9-9657-174bfd702305
VfModuleModelDescription:NULL
Artifacts UUID List:{
06438665-5542-4cb3-bba7-e66e4a2dd68c
,
0c9ae0f4-6389-4e64-ab63-2696c5c94265
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-19T05:04:08.100Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 06438665-5542-4cb3-bba7-e66e4a2dd68c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-19T05:04:08.100Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:08.101Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-19T05:04:08.214Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:08.214Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 06438665-5542-4cb3-bba7-e66e4a2dd68c 5033
2021-10-19T05:04:08.215Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-19T05:04:08.215Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-19T05:04:08.215Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:08.215Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:08.217Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:08.217Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619848214,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:04:08.317Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:08.318Z||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-10-19T05:04:08.318Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:08.331Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:04:08.331Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:04:09.218Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0c9ae0f4-6389-4e64-ab63-2696c5c94265 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-19T05:04:09.219Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:09.219Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-19T05:04:09.491Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:09.492Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0c9ae0f4-6389-4e64-ab63-2696c5c94265 903
2021-10-19T05:04:09.492Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-19T05:04:09.492Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-19T05:04:09.492Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:09.493Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:09.495Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:09.495Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634619849492,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-10-19T05:04:09.595Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:09.596Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:09.596Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:09.607Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-19T05:04:09.607Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:10.496Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: af08b2ad-1cbe-4477-b3e0-01a0004beda0
2021-10-19T05:04:10.496Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d50901ec-dbab-4ba5-a531-32ae4ef2b4ff ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:04:10.505Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@482c0e6a, org.onap.sdc.toscaparser.api.parameters.Input@724c34c2, org.onap.sdc.toscaparser.api.parameters.Input@62894ac2, org.onap.sdc.toscaparser.api.parameters.Input@1b8ee2a7, org.onap.sdc.toscaparser.api.parameters.Input@33f9f0e2]
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 69dc4deb-454f-4530-a60a-28e27baaa341
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69dc4deb-454f-4530-a60a-28e27baaa341 matches Tosca VF Customization UUID: 69dc4deb-454f-4530-a60a-28e27baaa341
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 69dc4deb-454f-4530-a60a-28e27baaa341 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-19T05:04:10.507Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:10.507Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 69dc4deb-454f-4530-a60a-28e27baaa341: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6480e980
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74cd61ae-297a-41a5-a1ec-313824e2be4a
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74cd61ae-297a-41a5-a1ec-313824e2be4a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-19T05:04:10.509Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:10.509Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d864ff58-0c82-4931-a115-0c16aada6e5a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-19T05:04:10.511Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery