By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-20T07:08:54.407Z||main|||||INFO|500||The following profiles are active: basic
2021-09-20T07:09:10.015Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-20T07:09:10.016Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-20T07:09:10.152Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-20T07:09:16.392Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-20T07:09:17.200Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-20T07:09:18.252Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-20T07:09:18.261Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-20T07:09:18.844Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-20T07:09:20.027Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-20T07:09:22.571Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-20T07:09:32.607Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-20T07:09:35.055Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-20T07:09:35.120Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-20T07:09:35.875Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-20T07:09:36.135Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-20T07:09:37.712Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-20T07:09:39.071Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-20T07:09:39.091Z||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$$b95fb5bd.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-20T07:09:39.092Z||main|||||WARN|500||The sdc end point is not alive
2021-09-20T07:09:42.811Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-20T07:09:46.171Z||main|||||WARN|500||---
2021-09-20T07:09:46.172Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-20T07:09:46.172Z||main|||||WARN|500||---
2021-09-20T07:09:46.888Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-20T07:09:53.008Z||main|||||INFO|500||Started Application in 62.52 seconds (JVM running for 68.025)
2021-09-20T07:09:53.032Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-20T07:09:53.035Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-20T07:09:53.048Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-20T07:09:53.072Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-20T07:09:53.123Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c61a97eb-0032-43ff-b430-78c8b502ab78 url= /sdc/v1/artifactTypes
2021-09-20T07:09:53.123Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-20T07:09:53.460Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-20T07:09:53.489Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-20T07:09:53.519Z||scheduling-1|||||DEBUG|500||create keys
2021-09-20T07:09:53.532Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-20T07:09:53.597Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:09:53.622Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0e8b6ae2-5bb6-4f30-909e-0fd4543e84d2 url= /sdc/v1/registerForDistribution
2021-09-20T07:09:53.779Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0e8b6ae2-5bb6-4f30-909e-0fd4543e84d2 url= /sdc/v1/registerForDistribution
2021-09-20T07:09:53.780Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-20T07:09:53.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:09:53.800Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:09:53.809Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-20T07:09:53.832Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:09:53.835Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:09:53.833Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:09:53.842Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:10:04.286Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:10:04.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:10:53.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:10:53.793Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:10:53.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:10:53.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:10:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:10:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:11:03.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:11:03.403Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:11:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:11:53.796Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:11:53.797Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:11:53.797Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:11:53.799Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:11:53.807Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:12:03.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:12:03.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:12:53.789Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:12:53.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:12:53.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:12:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:12:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:12:53.800Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:13:03.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:13:03.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:13:53.789Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:13:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:13:53.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:13:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:13:53.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:13:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:14:03.358Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:14:03.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:14:53.789Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:14:53.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:14:53.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:14:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:14:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:14:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:15:03.393Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:15:03.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:15:53.791Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:15:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:15:53.797Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:15:53.797Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:15:53.797Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:15:53.798Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T07:16:03.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:16:03.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:16:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:16:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:16:53.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:16:53.795Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T07:16:53.798Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:16:53.799Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:17:03.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:17:03.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:17:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:17:53.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:17:53.797Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:17:53.803Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:17:53.801Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T07:17:53.811Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:18:03.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:18:03.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:18:53.793Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:18:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:18:53.795Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:18:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:18:53.795Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:18:53.796Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T07:19:03.392Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:19:03.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:19:27.768Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-20T07:19:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:19:53.791Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:19:53.791Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T07:19:53.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:19:53.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:19:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:20:03.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:20:03.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:20:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:20:53.792Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:20:53.792Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T07:20:53.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:20:53.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:20:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:21:03.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:21:03.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:21:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:21:53.791Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:21:53.791Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T07:21:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:21:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:21:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:22:03.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:22:03.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:22:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:22:53.792Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:22:53.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:22:53.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:22:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:22:53.795Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T07:23:03.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:23:03.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:23:53.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:23:53.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:23:53.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:23:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:23:53.795Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:23:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:24:03.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:24:03.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:24:53.789Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:24:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:24:53.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:24:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:24:53.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:24:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:25:03.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:25:03.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:25:53.789Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:25:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:25:53.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:25:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:25:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:25:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:26:03.354Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:26:03.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:26:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:26:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:26:53.796Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:26:53.797Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:26:53.797Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:26:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:27:03.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:27:03.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:27:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:27:53.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:27:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:27:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:27:53.800Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:27:53.800Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:28:03.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:28:03.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:28:53.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:28:53.799Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:28:53.800Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:28:53.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:28:53.802Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:28:53.803Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:29:03.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:29:03.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:29:53.789Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:29:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:29:53.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:29:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:29:53.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:29:53.793Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T07:30:03.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:30:03.405Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:30:53.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:30:53.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:30:53.797Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:30:53.798Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:30:53.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:30:53.809Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:31:03.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:31:03.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:31:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:31:53.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:31:53.800Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:31:53.800Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:31:53.800Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:31:53.803Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:32:03.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:32:03.409Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:32:53.795Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:32:53.799Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:32:53.799Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:32:53.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:32:53.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:32:53.819Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:33:03.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:33:03.389Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:33:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:33:53.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:33:53.796Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:33:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:33:53.797Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:33:53.798Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:34:03.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:34:03.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:34:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:34:53.792Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:34:53.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:34:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:34:53.809Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:34:53.809Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:35:03.377Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:35:03.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:35:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:35:53.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:35:53.792Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:35:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:35:53.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:35:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:36:03.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:36:03.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:36:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:36:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:36:53.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:36:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:36:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:36:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:37:03.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:37:03.361Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:37:53.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:37:53.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:37:53.796Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:37:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:37:53.796Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:37:53.797Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:38:03.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:38:03.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:38:53.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:38:53.791Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:38:53.796Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:38:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:38:53.797Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:38:53.797Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:39:03.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:39:03.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:39:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:39:53.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:39:53.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:39:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:39:53.795Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:39:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:40:03.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:40:03.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:40:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:40:53.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:40:53.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:40:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:40:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:40:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:41:03.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:41:03.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:41:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:41:53.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:41:53.798Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:41:53.798Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:41:53.798Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:41:53.800Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:42:03.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:42:03.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:42:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:42:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:42:53.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:42:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:42:53.795Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:42:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:43:03.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:43:03.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:43:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:43:53.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:43:53.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:43:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:43:53.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:43:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:44:03.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:44:03.395Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:44:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:44:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:44:53.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:44:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:44:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:44:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:45:03.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:45:03.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:45:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:45:53.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:45:53.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:45:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:45:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:45:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:46:03.398Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:46:03.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:46:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:46:53.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:46:53.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:46:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:46:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:46:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:47:03.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:47:03.392Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:47:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:47:53.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:47:53.795Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:47:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:47:53.795Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:47:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:48:03.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:48:03.411Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:48:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:48:53.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:48:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:48:53.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:48:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:48:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:49:03.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:49:03.398Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:49:53.789Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:49:53.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:49:53.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:49:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:49:53.798Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:49:53.798Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:50:03.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:50:03.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:50:53.789Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:50:53.792Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:50:53.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:50:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:50:53.792Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:50:53.800Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:51:03.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:51:03.410Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:51:53.789Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:51:53.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:51:53.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:51:53.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:51:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:51:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:52:03.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:52:03.402Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:52:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:52:53.792Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:52:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:52:53.793Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:52:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:52:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:53:03.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:53:03.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:53:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:53:53.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:53:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:53:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:53:53.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:53:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:54:03.366Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:54:03.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:54:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:54:53.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:54:53.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:54:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:54:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:54:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:55:03.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:55:03.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:55:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:55:53.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:55:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:55:53.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:55:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:55:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:56:03.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:56:03.385Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:56:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:56:53.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:56:53.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:56:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:56:53.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:56:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:57:03.366Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:57:03.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:57:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:57:53.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:57:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:57:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:57:53.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:57:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:58:03.343Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:58:03.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:58:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:58:53.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:58:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:58:53.796Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:58:53.797Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:58:53.797Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:59:03.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:59:03.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T07:59:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:59:53.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T07:59:53.792Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:59:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T07:59:53.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T07:59:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:00:03.359Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:00:03.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:00:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:00:53.792Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:00:53.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:00:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:00:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:00:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:01:03.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:01:03.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:01:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:01:53.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:01:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:01:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:01:53.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:01:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:02:03.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:02:03.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:02:53.789Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:02:53.791Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:02:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:02:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:02:53.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:02:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:03:03.355Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:03:03.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:03:53.791Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:03:53.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:03:53.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:03:53.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:03:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:03:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:04:03.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:04:03.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:04:53.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:04:53.796Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:04:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:04:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:04:53.819Z||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-09-20T08:04:53.820Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:05:03.410Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:05:03.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:05:53.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:05:53.793Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:05:53.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:05:53.795Z||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-09-20T08:05:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:05:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:06:03.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:06:03.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:06:53.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:06:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:06:53.795Z||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-09-20T08:06:53.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:06:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:06:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:07:03.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:07:03.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:07:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:07:53.793Z||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-09-20T08:07:53.797Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:07:53.797Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:07:53.797Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:07:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:08:03.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:08:03.404Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:08:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:08:53.792Z||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-09-20T08:08:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:08:53.792Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:08:53.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:08:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:09:03.349Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:09:03.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:09:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:09:53.791Z||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-09-20T08:09:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:09:53.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:09:53.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:09:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:10:03.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:10:03.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:10:53.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:10:53.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:10:53.794Z||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-09-20T08:10:53.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:10:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:10:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:11:03.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:11:03.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:11:53.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:11:53.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:11:53.795Z||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-09-20T08:11:53.795Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:11:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:11:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:12:03.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:12:03.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:12:53.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:12:53.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:12:53.794Z||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-09-20T08:12:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:12:53.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:12:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:13:03.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:13:03.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:13:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:13:53.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:13:53.794Z||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-09-20T08:13:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:13:53.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:13:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:14:03.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:14:03.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:14:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:14:53.792Z||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-09-20T08:14:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:14:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:14:53.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:14:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:15:03.382Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:15:03.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:15:53.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:15:53.796Z||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-09-20T08:15:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:15:53.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:15:53.802Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:15:53.802Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:16:03.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:16:03.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:16:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:16:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:16:53.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:16:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:16:53.798Z||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-09-20T08:16:53.798Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:17:03.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:17:03.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:17:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:17:53.790Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:17:53.791Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T08:17:53.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:17:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:17:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:18:03.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:18:03.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:18:53.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:18:53.790Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:18:53.791Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T08:18:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:18:53.792Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:18:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:19:03.342Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:19:03.342Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:19:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:19:53.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:19:53.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:19:53.793Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T08:19:53.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:19:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:20:03.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:20:03.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:20:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:20:53.792Z||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-09-20T08:20:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:20:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:20:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:20:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:21:03.380Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:21:03.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:21:53.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:21:53.790Z||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-09-20T08:21:53.790Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:21:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:21:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:21:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:22:03.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:22:03.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:22:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:22:53.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:22:53.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:22:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:22:53.794Z||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-09-20T08:22:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:23:03.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:23:03.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:23:53.791Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:23:53.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:23:53.799Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:23:53.799Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:23:53.801Z||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-09-20T08:23:53.802Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:24:03.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:24:03.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:24:53.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:24:53.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:24:53.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:24:53.793Z||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-09-20T08:24:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:24:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:25:03.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:25:03.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:25:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:25:53.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:25:53.795Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:25:53.795Z||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-09-20T08:25:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:25:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:26:03.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:26:03.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:26:53.789Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:26:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:26:53.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:26:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:26:53.795Z||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-09-20T08:26:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:27:03.377Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:27:03.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:27:53.795Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:27:53.795Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:27:53.800Z||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-09-20T08:27:53.800Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:27:53.800Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:27:53.801Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:28:03.362Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:28:03.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:28:53.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:28:53.793Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:28:53.795Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:28:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:28:53.800Z||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-09-20T08:28:53.800Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:29:03.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:29:03.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:29:53.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:29:53.791Z||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-09-20T08:29:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:29:53.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:29:53.802Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:29:53.802Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:29:54.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:29:54.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a82c846-e0a6-4efa-a494-993ecddc29f6","serviceName":"basic_onboard_ICOgJh","serviceVersion":"1.0","serviceUUID":"1f2f8fe8-12ce-435a-aa29-5e8298d11db6","serviceDescription":"service","serviceInvariantUUID":"d0ccaddc-4453-4566-a54d-7f28f75adb0e","resources":[{"resourceInstanceName":"basic_onboard_ICOgJh 0","resourceName":"basic_onboard_ICOgJh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f6a1b345-65b4-45b6-84b6-39350f5369d8","resourceInvariantUUID":"3942f238-1e11-4196-a6c1-9d372722f3a3","resourceCustomizationUUID":"0ca85895-3a92-456b-9f22-0d14ae1f7126","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml","artifactChecksum":"YjQ5OWMyOTlkYTFhZDgxMjA0NTg2MTYxOTA1Mzc4Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9197b29-4643-489a-8731-bf5efdb306a2","artifactVersion":"1"},{"artifactName":"basic_onboard_icogjh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json","artifactChecksum":"ZmQxZmUzNDI1NTRmZjhhYjU0ODhhYzcwZTcwNGE1NTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3936cd6-fb73-4f31-88c6-af10b40e54a3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d9473f02-dc30-422a-bfc9-a260662a710b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b0b6f68-b51b-497d-b395-5e3817b90060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3664be20-2f05-4b2d-b98c-5fa877eabb68","artifactVersion":"2","generatedFromUUID":"d9473f02-dc30-422a-bfc9-a260662a710b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIcogjh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml","artifactChecksum":"YWU4MTFmMDgyNDk0MWU2ZmJiNmM5OTYxNWY3NGM3MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1768cb14-1a86-4a30-a22b-eed1e9805c45","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIcogjh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar","artifactChecksum":"N2RkNTBjMzFlMGQyZTFiNTI1MTViOTg0ZGQ1MzE2OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9748b21f-7af6-4a4f-ba6b-a71da213ed52","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-20T08:29:54.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:29:54.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "aai-ml",
"timestamp": 1632126541374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.480Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T08:29:54.499Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:29:54.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "dcae-sch",
"timestamp": 1632126536294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "cds",
"timestamp": 1632126543959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "policy-id",
"timestamp": 1632126537815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632126541377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1632126540403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126544198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "aai-ml",
"timestamp": 1632126541374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "cds",
"timestamp": 1632126543959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "policy-id",
"timestamp": 1632126537815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "dcae-sch",
"timestamp": 1632126536294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1632126540403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632126541377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126544198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T08:29:54.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "aai-ml",
"timestamp": 1632126541374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "dcae-sch",
"timestamp": 1632126536294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "policy-id",
"timestamp": 1632126537815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-20T08:29:54.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "cds",
"timestamp": 1632126543959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632126541377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1632126540403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126544198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-20T08:29:54.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "aai-ml",
"timestamp": 1632126541374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "dcae-sch",
"timestamp": 1632126536294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "cds",
"timestamp": 1632126543959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "policy-id",
"timestamp": 1632126537815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1632126540403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632126541377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126544198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "aai-ml",
"timestamp": 1632126541374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "cds",
"timestamp": 1632126543959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "dcae-sch",
"timestamp": 1632126536294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "policy-id",
"timestamp": 1632126537815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1632126540403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632126541377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126544198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-20T08:29:54.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "aai-ml",
"timestamp": 1632126541374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "dcae-sch",
"timestamp": 1632126536294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "cds",
"timestamp": 1632126543959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "policy-id",
"timestamp": 1632126537815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1632126540403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632126541377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126544198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "aai-ml",
"timestamp": 1632126541374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T08:29:54.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "dcae-sch",
"timestamp": 1632126536294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "cds",
"timestamp": 1632126543959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T08:29:54.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "policy-id",
"timestamp": 1632126537815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T08:29:54.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1632126540403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632126541377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T08:29:54.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126544198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T08:29:54.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:54.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "cds",
"timestamp": 1632126552174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:29:54.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:54.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "aai-ml",
"timestamp": 1632126552179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:29:54.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:54.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "policy-id",
"timestamp": 1632126552173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:29:54.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:54.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632126552446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:29:54.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:54.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126552537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:29:54.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:54.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:54.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "cds",
"timestamp": 1632126553205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-20T08:29:54.722Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:29:54.723Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:54.822Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2021-09-20T08:29:54.861Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:29:54.861Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:29:54.872Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:29:54.873Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T08:29:55.087Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a82c846-e0a6-4efa-a494-993ecddc29f6
2021-09-20T08:29:55.114Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82c846-e0a6-4efa-a494-993ecddc29f6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T08:29:55.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "policy-id",
"timestamp": 1632126553186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T08:29:55.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:55.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "policy-id",
"timestamp": 1632126554198,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T08:29:55.156Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a82c846-e0a6-4efa-a494-993ecddc29f6
2021-09-20T08:29:55.156Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82c846-e0a6-4efa-a494-993ecddc29f6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T08:29:55.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126554677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:29:55.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:55.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "clamp",
"timestamp": 1632126555576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:55.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:55.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126556589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:29:55.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:55.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "clamp",
"timestamp": 1632126555576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T08:29:55.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:55.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632126557903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T08:29:55.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:55.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126557960,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T08:29:55.174Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a82c846-e0a6-4efa-a494-993ecddc29f6
2021-09-20T08:29:55.174Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82c846-e0a6-4efa-a494-993ecddc29f6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-20T08:29:55.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "clamp",
"timestamp": 1632126555576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:55.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:55.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632126558912,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T08:29:55.190Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a82c846-e0a6-4efa-a494-993ecddc29f6
2021-09-20T08:29:55.191Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82c846-e0a6-4efa-a494-993ecddc29f6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T08:29:55.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632126558989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-20T08:29:55.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:55.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "clamp",
"timestamp": 1632126555576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:55.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:55.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "clamp",
"timestamp": 1632126555576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:55.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:55.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "clamp",
"timestamp": 1632126555576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:55.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:55.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "clamp",
"timestamp": 1632126555576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T08:29:55.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:29:55.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "aai-ml",
"timestamp": 1632126567466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T08:29:55.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:55.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "aai-ml",
"timestamp": 1632126568476,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T08:29:55.215Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a82c846-e0a6-4efa-a494-993ecddc29f6
2021-09-20T08:29:55.215Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82c846-e0a6-4efa-a494-993ecddc29f6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T08:29:55.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "clamp",
"timestamp": 1632126576742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:29:55.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:55.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "clamp",
"timestamp": 1632126578593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T08:29:55.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:29:55.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:29:55.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "clamp",
"timestamp": 1632126579600,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T08:29:55.237Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a82c846-e0a6-4efa-a494-993ecddc29f6
2021-09-20T08:29:55.237Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82c846-e0a6-4efa-a494-993ecddc29f6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T08:29:55.750Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T08:29:55.751Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:29:55.753Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:29:55.753Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T08:29:55.853Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:29:55.855Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:29:55.856Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:29:55.869Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:29:55.870Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-20T08:29:56.754Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T08:29:56.755Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:29:56.757Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:29:56.758Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-20T08:29:56.866Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-20T08:29:56.867Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:29:56.867Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:29:56.877Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:29:56.878Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-20T08:29:57.759Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T08:29:57.761Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:29:57.763Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:29:57.764Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:57.864Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:29:57.865Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:29:57.866Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:29:57.882Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:29:57.885Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-20T08:29:58.765Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T08:29:58.766Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:29:58.768Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:29:58.768Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-20T08:29:58.868Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:29:58.870Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:29:58.870Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:29:58.883Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:29:58.884Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-20T08:29:59.769Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T08:29:59.770Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:29:59.772Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:29:59.772Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:29:59.873Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:29:59.874Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:29:59.874Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:29:59.886Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:29:59.887Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-20T08:30:00.780Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T08:30:00.781Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:30:00.784Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:30:00.784Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T08:30:00.883Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T08:30:00.884Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:30:00.884Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:30:00.897Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:30:00.898Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-20T08:30:01.786Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"serviceName": "basic_onboard_ICOgJh",
"serviceVersion": "1.0",
"serviceUUID": "1f2f8fe8-12ce-435a-aa29-5e8298d11db6",
"serviceDescription": "service",
"serviceInvariantUUID": "d0ccaddc-4453-4566-a54d-7f28f75adb0e",
"resources": [
{
"resourceInstanceName": "basic_onboard_ICOgJh 0",
"resourceCustomizationUUID": "0ca85895-3a92-456b-9f22-0d14ae1f7126",
"resourceName": "basic_onboard_ICOgJh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f6a1b345-65b4-45b6-84b6-39350f5369d8",
"resourceInvariantUUID": "3942f238-1e11-4196-a6c1-9d372722f3a3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_icogjh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"artifactChecksum": "ZmQxZmUzNDI1NTRmZjhhYjU0ODhhYzcwZTcwNGE1NTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e3936cd6-fb73-4f31-88c6-af10b40e54a3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d9473f02-dc30-422a-bfc9-a260662a710b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3664be20-2f05-4b2d-b98c-5fa877eabb68",
"generatedFromUUID": "d9473f02-dc30-422a-bfc9-a260662a710b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3664be20-2f05-4b2d-b98c-5fa877eabb68",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIcogjh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"artifactChecksum": "N2RkNTBjMzFlMGQyZTFiNTI1MTViOTg0ZGQ1MzE2OGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9748b21f-7af6-4a4f-ba6b-a71da213ed52"
}
],
"workloadContext": "Production"
}
2021-09-20T08:30:01.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-20T08:30:01.789Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1f2f8fe8-12ce-435a-aa29-5e8298d11db6 ASDC
2021-09-20T08:30:01.966Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7a82c846-e0a6-4efa-a494-993ecddc29f6
ServiceName:basic_onboard_ICOgJh
ServiceVersion:1.0
ServiceUUID:1f2f8fe8-12ce-435a-aa29-5e8298d11db6
ServiceInvariantUUID:d0ccaddc-4453-4566-a54d-7f28f75adb0e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIcogjh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar
ArtifactUUID:9748b21f-7af6-4a4f-ba6b-a71da213ed52
ArtifactChecksum:N2RkNTBjMzFlMGQyZTFiNTI1MTViOTg0ZGQ1MzE2OGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ICOgJh 0
ResourceCustomizationUUID:0ca85895-3a92-456b-9f22-0d14ae1f7126
ResourceInvariantUUID:3942f238-1e11-4196-a6c1-9d372722f3a3
ResourceName:basic_onboard_ICOgJh
ResourceType:VF
ResourceUUID:f6a1b345-65b4-45b6-84b6-39350f5369d8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_icogjh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json
ArtifactUUID:e3936cd6-fb73-4f31-88c6-af10b40e54a3
ArtifactChecksum:ZmQxZmUzNDI1NTRmZjhhYjU0ODhhYzcwZTcwNGE1NTU=
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/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d9473f02-dc30-422a-bfc9-a260662a710b
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/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env
ArtifactUUID:3664be20-2f05-4b2d-b98c-5fa877eabb68
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/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env
ArtifactUUID:3664be20-2f05-4b2d-b98c-5fa877eabb68
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-20T08:30:01.967Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f2f8fe8-12ce-435a-aa29-5e8298d11db6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-20T08:30:02.022Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-20T08:30:02.025Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-20T08:30:02.027Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-20T08:30:02.027Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9748b21f-7af6-4a4f-ba6b-a71da213ed52 from URL: /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:02.027Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-20T08:30:02.029Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:04.060Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-20T08:30:04.084Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar 9748b21f-7af6-4a4f-ba6b-a71da213ed52 71378
2021-09-20T08:30:04.086Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar ASDC sendASDCNotification
2021-09-20T08:30:04.086Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:04.150Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T08:30:04.152Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:30:04.156Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:30:04.156Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126604085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:30:04.259Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T08:30:04.260Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:30:04.260Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:30:04.270Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:30:04.271Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-20T08:30:05.161Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-20T08:30:05.162Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-20T08:30:05.162Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9748b21f-7af6-4a4f-ba6b-a71da213ed52, URL: /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar to file: /app/ASDC/1/service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:05.162Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:05.485Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:05.485Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:06.801Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9600496753462026590/Definitions/service-BasicOnboardIcogjh-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-20T08:30:08.773Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-20T08:30:08.778Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-20T08:30:08.778Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:08.778Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-20T08:30:08.778Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||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-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:08.779Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||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-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:08.779Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||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-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:08.779Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||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-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:08.779Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:08.779Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:08.779Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||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-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:08.779Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ICOgJh 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-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:08.779Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||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-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:08.780Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-20T08:30:08.786Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.788Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:08.791Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is matching search criteria
2021-09-20T08:30:08.791Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-20T08:30:08.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ICOgJh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-20T08:30:08.795Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.795Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:08.795Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is matching search criteria
2021-09-20T08:30:08.795Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-20T08:30:08.795Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ICOgJh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-20T08:30:08.795Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.796Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:08.799Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.799Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is not matching search criteria
2021-09-20T08:30:08.799Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-20T08:30:08.799Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-20T08:30:08.800Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-20T08:30:08.800Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-20T08:30:08.800Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-20T08:30:08.800Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.800Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-20T08:30:08.802Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.802Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is matching search criteria
2021-09-20T08:30:08.802Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ICOgJh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T08:30:08.802Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.803Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is matching search criteria
2021-09-20T08:30:08.803Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ICOgJh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T08:30:08.803Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.803Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is matching search criteria
2021-09-20T08:30:08.803Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ICOgJh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T08:30:08.804Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.804Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is not matching search criteria
2021-09-20T08:30:08.804Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-20T08:30:08.804Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-20T08:30:08.804Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c562e91c-7295-449a-b8cf-3cd9265d2a82
2021-09-20T08:30:08.804Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.805Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:08.805Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.806Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:08.806Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.806Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:08.806Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:08.806Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:08.807Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ICOgJh
Description:service
Model UUID:1f2f8fe8-12ce-435a-aa29-5e8298d11db6
Model Version:NULL
Model InvariantUuid:d0ccaddc-4453-4566-a54d-7f28f75adb0e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ICOgJh
Model UUID:e67ddd4d-512d-401f-95a4-34a6f03c6365
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3942f238-1e11-4196-a6c1-9d372722f3a3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0ca85895-3a92-456b-9f22-0d14ae1f7126
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:68729f18-b7ab-4313-bc25-93f1e1c1415f
ModelName:BasicOnboardIcogjh..base_ubuntu18..module-0
ModelUuid:4df687fc-0f10-4851-8fa0-d1db3d2f92f7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c562e91c-7295-449a-b8cf-3cd9265d2a82
ModelInvariantUuid:d43ab8d2-0f9f-42a3-b3c7-cf0dbc43f58d
ModelName:basic_onboard_ICOgJh-nodes.ubuntu18Cvfc
ModelUuid:18a14bc3-714b-448c-9bb7-4d817d68ecae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ce6ac3d9-d20b-474d-a101-bfecb547686b
ModelInvariantUuid:9d17802a-e346-4d85-99c6-f72219603141
ModelName:BasicOnboardIcogjh.compute.nodes.heat.ubuntu18
ModelUuid:df0adaac-360f-46bd-8e06-2e8e6a9505b6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-20T08:30:08.822Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f6a1b345-65b4-45b6-84b6-39350f5369d8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T08:30:09.220Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||basic_onboard_ICOgJh 0
2021-09-20T08:30:09.227Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f6a1b345-65b4-45b6-84b6-39350f5369d8
2021-09-20T08:30:09.227Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e3936cd6-fb73-4f31-88c6-af10b40e54a3 from URL: /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json
2021-09-20T08:30:09.227Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-20T08:30:09.228Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json
2021-09-20T08:30:11.452Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-20T08:30:11.453Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json e3936cd6-fb73-4f31-88c6-af10b40e54a3 798
2021-09-20T08:30:11.454Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json ASDC sendASDCNotification
2021-09-20T08:30:11.454Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json
2021-09-20T08:30:11.454Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T08:30:11.455Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:30:11.459Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:30:11.459Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126611454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:30:11.560Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:30:11.567Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:30:11.568Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:30:11.584Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:30:11.585Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-20T08:30:12.461Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIcogjh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "68729f18-b7ab-4313-bc25-93f1e1c1415f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4df687fc-0f10-4851-8fa0-d1db3d2f92f7",
"vfModuleModelCustomizationUUID": "831d9138-dd20-48b1-95d0-4a436d561b18",
"isBase": true,
"artifacts": [
"d9473f02-dc30-422a-bfc9-a260662a710b",
"3664be20-2f05-4b2d-b98c-5fa877eabb68"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-20T08:30:12.489Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIcogjh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4df687fc-0f10-4851-8fa0-d1db3d2f92f7
VfModuleModelInvariantUUID:68729f18-b7ab-4313-bc25-93f1e1c1415f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d9473f02-dc30-422a-bfc9-a260662a710b
,
3664be20-2f05-4b2d-b98c-5fa877eabb68
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-20T08:30:12.493Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIcogjh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "68729f18-b7ab-4313-bc25-93f1e1c1415f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4df687fc-0f10-4851-8fa0-d1db3d2f92f7",
"vfModuleModelCustomizationUUID": "831d9138-dd20-48b1-95d0-4a436d561b18",
"isBase": true,
"artifacts": [
"d9473f02-dc30-422a-bfc9-a260662a710b",
"3664be20-2f05-4b2d-b98c-5fa877eabb68"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-20T08:30:12.493Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIcogjh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4df687fc-0f10-4851-8fa0-d1db3d2f92f7
VfModuleModelInvariantUUID:68729f18-b7ab-4313-bc25-93f1e1c1415f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d9473f02-dc30-422a-bfc9-a260662a710b
,
3664be20-2f05-4b2d-b98c-5fa877eabb68
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-20T08:30:12.493Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d9473f02-dc30-422a-bfc9-a260662a710b from URL: /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml
2021-09-20T08:30:12.493Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-20T08:30:12.494Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml
2021-09-20T08:30:13.191Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-20T08:30:13.191Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml d9473f02-dc30-422a-bfc9-a260662a710b 5033
2021-09-20T08:30:13.192Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-20T08:30:13.192Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml
2021-09-20T08:30:13.192Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T08:30:13.193Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:30:13.196Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:30:13.196Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126613192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:30:13.296Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:30:13.297Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:30:13.297Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:30:13.315Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:30:13.316Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-20T08:30:14.197Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3664be20-2f05-4b2d-b98c-5fa877eabb68 from URL: /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env
2021-09-20T08:30:14.199Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-20T08:30:14.200Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env
2021-09-20T08:30:15.072Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-20T08:30:15.073Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env 3664be20-2f05-4b2d-b98c-5fa877eabb68 909
2021-09-20T08:30:15.074Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-20T08:30:15.074Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env
2021-09-20T08:30:15.074Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T08:30:15.076Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:30:15.080Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:30:15.081Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126615074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:30:15.181Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:30:15.182Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:30:15.183Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:30:15.192Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:30:15.193Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-20T08:30:16.082Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1f2f8fe8-12ce-435a-aa29-5e8298d11db6
2021-09-20T08:30:16.084Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ICOgJh 0 f6a1b345-65b4-45b6-84b6-39350f5369d8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T08:30:16.140Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@222d864, org.onap.sdc.toscaparser.api.parameters.Input@9fcd50b, org.onap.sdc.toscaparser.api.parameters.Input@4e7ca580, org.onap.sdc.toscaparser.api.parameters.Input@56e9457, org.onap.sdc.toscaparser.api.parameters.Input@119b9d66]
2021-09-20T08:30:16.149Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.150Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:16.150Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-09-20T08:30:16.151Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0ca85895-3a92-456b-9f22-0d14ae1f7126
2021-09-20T08:30:16.151Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ca85895-3a92-456b-9f22-0d14ae1f7126 matches Tosca VF Customization UUID: 0ca85895-3a92-456b-9f22-0d14ae1f7126
2021-09-20T08:30:16.151Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0ca85895-3a92-456b-9f22-0d14ae1f7126 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-20T08:30:16.159Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.159Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:16.161Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0ca85895-3a92-456b-9f22-0d14ae1f7126: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-20T08:30:16.161Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@684fa240
2021-09-20T08:30:16.161Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.162Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-20T08:30:16.162Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 831d9138-dd20-48b1-95d0-4a436d561b18
2021-09-20T08:30:16.164Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 831d9138-dd20-48b1-95d0-4a436d561b18
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-20T08:30:16.171Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.171Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is matching search criteria
2021-09-20T08:30:16.172Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ICOgJh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T08:30:16.172Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.173Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is matching search criteria
2021-09-20T08:30:16.173Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ICOgJh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T08:30:16.173Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.173Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is not matching search criteria
2021-09-20T08:30:16.174Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-20T08:30:16.174Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-20T08:30:16.174Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c562e91c-7295-449a-b8cf-3cd9265d2a82
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-20T08:30:16.184Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.185Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is matching search criteria
2021-09-20T08:30:16.185Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ICOgJh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T08:30:16.186Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.187Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ICOgJh 0 is matching search criteria
2021-09-20T08:30:16.187Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ICOgJh 0] matching following query criteria: sdcType=VF, customizationUUID=0ca85895-3a92-456b-9f22-0d14ae1f7126
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T08:30:16.195Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.195Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:16.196Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1f2f8fe8-12ce-435a-aa29-5e8298d11db6: basic_onboard_ICOgJh
2021-09-20T08:30:16.197Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.199Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:16.199Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.200Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:16.201Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.202Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:16.202Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.203Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:16.203Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T08:30:16.204Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ICOgJh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T08:30:16.204Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_ICOgJh
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T08:30:16.442Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ICOgJh f6a1b345-65b4-45b6-84b6-39350f5369d8 1 ASDC deployResourceStructure
2021-09-20T08:30:16.443Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json ASDC sendASDCNotification
2021-09-20T08:30:16.443Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json
2021-09-20T08:30:16.443Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-20T08:30:16.443Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:30:16.445Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:30:16.445Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126616443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-20T08:30:16.546Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:30:16.550Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:30:16.550Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:30:16.562Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:30:16.562Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-20T08:30:17.448Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-20T08:30:17.449Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml
2021-09-20T08:30:17.449Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-20T08:30:17.450Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:30:17.453Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:30:17.453Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126617447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-20T08:30:17.553Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T08:30:17.555Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:30:17.555Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:30:17.565Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:30:17.566Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-20T08:30:18.455Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-20T08:30:18.455Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env
2021-09-20T08:30:18.455Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-20T08:30:18.455Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:30:18.460Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:30:18.460Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126618455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-20T08:30:18.560Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:30:18.561Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:30:18.561Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:30:18.583Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:30:18.584Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-20T08:30:19.461Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar ASDC sendASDCNotification
2021-09-20T08:30:19.461Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar
2021-09-20T08:30:19.461Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-20T08:30:19.461Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:30:19.463Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:30:19.463Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126619460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T08:30:19.564Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:30:19.564Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:30:19.565Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:30:19.576Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:30:19.577Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-20T08:30:20.464Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a82c846-e0a6-4efa-a494-993ecddc29f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T08:30:20.488Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a82c846-e0a6-4efa-a494-993ecddc29f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T08:30:20.497Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-20T08:30:20.497Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-20T08:30:20.497Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-20T08:30:20.498Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-20T08:30:20.498Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T08:30:20.498Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T08:30:20.498Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T08:30:20.498Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T08:30:20.498Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T08:30:20.498Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T08:30:20.498Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T08:30:20.505Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-20T08:30:50.506Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a82c846-e0a6-4efa-a494-993ecddc29f6 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-20T08:30:50.521Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a82c846-e0a6-4efa-a494-993ecddc29f6 and serviceModelVersionId: 1f2f8fe8-12ce-435a-aa29-5e8298d11db6
2021-09-20T08:30:50.521Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0ccaddc-4453-4566-a54d-7f28f75adb0e
2021-09-20T08:30:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:30:53.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:30:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:30:54.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:30:54.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:30:54.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:30:54.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T08:30:54.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:30:54.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-20T08:30:54.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:30:54.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:30:54.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:30:54.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-20T08:30:54.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:30:54.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T08:30:54.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:30:54.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126593789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T08:30:54.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T08:30:54.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126604085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:30:54.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:30:54.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126611454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:30:54.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:30:54.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126613192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:30:54.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:30:54.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126615074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-20T08:30:54.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:30:54.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126616443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/basic_onboard_icogjh0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-20T08:30:54.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:30:54.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126617447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-20T08:30:54.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:30:54.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126618455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/resourceInstances/basic_onboard_icogjh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-20T08:30:54.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:30:54.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T08:30:54.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126619460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcogjh/1.0/artifacts/service-BasicOnboardIcogjh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T08:30:54.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:31:10.569Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0ccaddc-4453-4566-a54d-7f28f75adb0e/model-vers/model-ver/1f2f8fe8-12ce-435a-aa29-5e8298d11db6?depth=0
2021-09-20T08:31:10.691Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-20T08:31:11.227Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0ccaddc-4453-4566-a54d-7f28f75adb0e/model-vers/model-ver/1f2f8fe8-12ce-435a-aa29-5e8298d11db6?depth=0|INFO|500||Invoke
2021-09-20T08:31:11.236Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0ccaddc-4453-4566-a54d-7f28f75adb0e/model-vers/model-ver/1f2f8fe8-12ce-435a-aa29-5e8298d11db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0ccaddc-4453-4566-a54d-7f28f75adb0e/model-vers/model-ver/1f2f8fe8-12ce-435a-aa29-5e8298d11db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a82c846-e0a6-4efa-a494-993ecddc29f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7200e79-3a85-4fc3-a74a-6a0a4a8809cd], X-ECOMP-RequestID=[7a82c846-e0a6-4efa-a494-993ecddc29f6], X-TransactionId=[], X-ONAP-RequestID=[7a82c846-e0a6-4efa-a494-993ecddc29f6], Content-Type=[application/merge-patch+json]}
2021-09-20T08:31:11.385Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0ccaddc-4453-4566-a54d-7f28f75adb0e/model-vers/model-ver/1f2f8fe8-12ce-435a-aa29-5e8298d11db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-20T08:31:11.718Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0ccaddc-4453-4566-a54d-7f28f75adb0e/model-vers/model-ver/1f2f8fe8-12ce-435a-aa29-5e8298d11db6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0ccaddc-4453-4566-a54d-7f28f75adb0e/model-vers/model-ver/1f2f8fe8-12ce-435a-aa29-5e8298d11db6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210920-08:31:11:451-80817], vertex-id=[204944], Content-Length=[0], Date=[Mon, 20 Sep 2021 08:31:11 GMT], Content-Type=[application/json]}
2021-09-20T08:31:11.721Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0ccaddc-4453-4566-a54d-7f28f75adb0e/model-vers/model-ver/1f2f8fe8-12ce-435a-aa29-5e8298d11db6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-20T08:31:11.722Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0ccaddc-4453-4566-a54d-7f28f75adb0e/model-vers/model-ver/1f2f8fe8-12ce-435a-aa29-5e8298d11db6?depth=0|INFO|500||InvokeReturn
2021-09-20T08:31:11.727Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-20T08:31:11.727Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T08:31:11.735Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-20T08:31:11.737Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a82c846-e0a6-4efa-a494-993ecddc29f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-20T08:31:11.738Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-20T08:31:11.739Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-20T08:31:11.742Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T08:31:11.742Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126671737,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-20T08:31:11.842Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T08:31:11.845Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T08:31:11.845Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T08:31:11.857Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:31:11.857Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-20T08:31:12.758Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:31:12.759Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:31:12.759Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:31:22.375Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:31:53.788Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:31:53.790Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:31:53.790Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:31:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:31:53.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:31:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:31:54.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:31:54.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-20T08:31:54.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82c846-e0a6-4efa-a494-993ecddc29f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632126671737,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-20T08:31:54.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T08:32:03.392Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:32:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:32:53.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:32:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:32:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:32:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:32:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:33:03.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:33:03.380Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:33:53.790Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:33:53.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:33:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:33:53.794Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:33:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:33:53.794Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:34:03.352Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:34:03.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:34:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:34:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:34:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:34:53.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:34:53.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:34:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:35:03.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:35:03.383Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:35:53.789Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:35:53.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:35:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:35:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:35:53.809Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:35:53.812Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:36:03.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:36:03.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:36:53.789Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:36:53.792Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:36:53.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:36:53.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:36:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:36:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:37:03.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:37:03.417Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:37:53.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:37:53.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:37:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:37:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:37:53.796Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:37:53.799Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T08:38:03.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:38:03.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:38:53.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:38:53.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:38:53.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:38:53.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:38:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:38:53.795Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T08:39:03.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:39:03.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:39:53.789Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:39:53.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:39:53.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:39:53.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:39:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:39:53.794Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T08:40:03.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:40:03.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:40:53.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:40:53.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:40:53.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:40:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:40:53.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:40:53.797Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T08:41:03.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:41:03.394Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:41:53.789Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:41:53.792Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:41:53.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:41:53.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:41:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:41:53.795Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T08:42:03.362Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:42:03.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:42:53.790Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:42:53.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:42:53.798Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:42:53.798Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:42:53.798Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:42:53.798Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:43:03.396Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:43:03.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:43:53.790Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:43:53.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:43:53.795Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:43:53.796Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:43:53.796Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:43:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:44:03.363Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:44:03.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:44:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:44:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:44:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:44:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:44:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:44:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:45:03.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:45:03.376Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:45:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:45:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:45:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:45:53.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:45:53.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:45:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:46:03.374Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:46:03.408Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:46:53.790Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:46:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:46:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:46:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:46:53.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:46:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:47:03.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:47:03.388Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:47:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:47:53.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:47:53.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:47:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:47:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:47:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:48:03.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:48:03.398Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:48:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:48:53.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:48:53.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:48:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:48:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:48:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:49:03.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:49:03.353Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:49:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:49:53.791Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:49:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:49:53.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:49:53.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:49:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:50:03.346Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:50:03.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:50:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:50:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:50:53.797Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:50:53.797Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:50:53.797Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:50:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:51:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:51:03.390Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:51:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:51:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:51:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:51:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:51:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:51:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:52:03.344Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:52:03.356Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:52:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:52:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:52:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:52:53.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:52:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:52:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:53:03.348Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:53:03.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:53:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:53:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:53:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:53:53.793Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:53:53.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:53:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:54:03.380Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:54:03.393Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:54:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:54:53.791Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:54:53.791Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:54:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:54:53.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:54:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:55:03.383Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:55:03.417Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:55:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:55:53.791Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:55:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:55:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:55:53.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:55:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:56:03.402Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:56:03.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:56:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:56:53.792Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:56:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:56:53.793Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:56:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:56:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:57:03.351Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:57:03.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:57:53.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:57:53.796Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:57:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:57:53.790Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:57:53.806Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:57:53.806Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:58:03.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:58:03.391Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:58:53.790Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:58:53.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:58:53.796Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:58:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:58:53.796Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:58:53.797Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T08:59:03.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:59:03.388Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T08:59:53.789Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:59:53.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T08:59:53.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T08:59:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T08:59:53.794Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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-09-20T08:59:53.795Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T09:00:03.393Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:00:03.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:00:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:00:53.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:00:53.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:00:53.795Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:00:53.796Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T09:00:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:01:03.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:01:03.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:01:53.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:01:53.793Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:01:53.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:01:53.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:01:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:01:53.794Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RithB3uL1SbCDQR3) ...
2021-09-20T09:02:03.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:02:03.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:02:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:02:53.792Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:02:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:02:53.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:02:53.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:02:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:03:03.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:03:03.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:03:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:03:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:03:53.792Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:03:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:03:53.792Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:03:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:04:03.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:04:03.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:04:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:04:53.792Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:04:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:04:53.792Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:04:53.792Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:04:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:05:03.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:05:03.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:05:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:05:53.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:05:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:05:53.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:05:53.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:05:53.801Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:06:03.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:06:03.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:06:53.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:06:53.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:06:53.796Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:06:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:06:53.796Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:06:53.797Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:07:03.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:07:03.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:07:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:07:53.792Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:07:53.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:07:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:07:53.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:07:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:08:03.393Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:08:03.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:08:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:08:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:08:53.792Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:08:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:08:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:08:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:09:03.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:09:03.417Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:09:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:09:53.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:09:53.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:09:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:09:53.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:09:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:10:03.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:10:03.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:10:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:10:53.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:10:53.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:10:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:10:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:10:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:11:03.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:11:03.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:11:53.791Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:11:53.793Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:11:53.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:11:53.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:11:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:11:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:12:03.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:12:03.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:12:53.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:12:53.792Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:12:53.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:12:53.793Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:12:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:12:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:13:03.354Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:13:03.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:13:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:13:53.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:13:53.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:13:53.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:13:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:13:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:14:03.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:14:03.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:14:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:14:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:14:53.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:14:53.795Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:14:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:14:53.795Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T09:15:03.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:15:03.394Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:15:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:15:53.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:15:53.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:15:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:15:53.796Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:15:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:16:03.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:16:03.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:16:53.791Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:16:53.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:16:53.796Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:16:53.796Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:16:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:16:53.797Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:17:03.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:17:03.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:17:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:17:53.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:17:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:17:53.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:17:53.798Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:17:53.798Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:18:03.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:18:03.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:18:53.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:18:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:18:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:18:53.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:18:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:18:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T09:19:03.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:19:03.387Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:19:53.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:19:53.792Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:19:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:19:53.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:19:53.792Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:19:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:20:03.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:20:03.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:20:53.789Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:20:53.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:20:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:20:53.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:20:53.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:20:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:21:03.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:21:03.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:21:53.789Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:21:53.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:21:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:21:53.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:21:53.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:21:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:22:03.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:22:03.396Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:22:53.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:22:53.792Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:22:53.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:22:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:22:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:22:53.793Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|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 RithB3uL1SbCDQR3) ...
2021-09-20T09:23:03.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:23:03.381Z|7a82c846-e0a6-4efa-a494-993ecddc29f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:23:53.789Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:23:53.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:23:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:23:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:23:53.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:23:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:24:03.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:24:03.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:24:53.789Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:24:53.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:24:53.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:24:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:24:53.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:24:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:25:03.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:25:03.366Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:25:53.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:25:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:25:53.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:25:53.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:25:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:25:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:26:03.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:26:03.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:26:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:26:53.793Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:26:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:26:53.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:26:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:26:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:27:03.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:27:03.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:27:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:27:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:27:53.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:27:53.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:27:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:27:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:28:03.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:28:03.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:28:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:28:53.792Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:28:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:28:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:28:53.793Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:28:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:29:03.349Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:29:03.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:29:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:29:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:29:53.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:29:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:29:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:29:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:30:03.345Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:30:03.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:30:53.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:30:53.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:30:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:30:53.792Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:30:53.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:30:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:31:03.351Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:31:03.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:31:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:31:53.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:31:53.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:31:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:31:53.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:31:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:32:03.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:32:03.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:32:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:32:53.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:32:53.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:32:53.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:32:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:32:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:33:03.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:33:03.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:33:53.789Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:33:53.791Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:33:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:33:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:33:53.800Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:33:53.800Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:34:03.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:34:03.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:34:53.789Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:34:53.791Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:34:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:34:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:34:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:34:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:35:03.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:35:03.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:35:53.789Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:35:53.791Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:35:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:35:53.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:35:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:35:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:35:54.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:35:54.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130520403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130524198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "cds",
"timestamp": 1632130518959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130520403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130524198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:35:54.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "cds",
"timestamp": 1632130518959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:35:54.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "cds",
"timestamp": 1632130531631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:35:54.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:35:54.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "aai-ml",
"timestamp": 1632130531373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130531378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "cds",
"timestamp": 1632130532639,
"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-09-20T09:35:54.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:35:54.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6eb6b78-4ba0-4ad2-96b0-75a44002decc","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"477f6d18-7c96-4297-af93-ac70dd3eb31f","serviceDescription":"service","serviceInvariantUUID":"f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"18104506-fa61-45a8-9441-960c11c849df","resourceInvariantUUID":"2ffccf68-c506-46fd-9a5f-82a12549b3d8","resourceCustomizationUUID":"76ca84f7-7db2-4d51-9187-82eb65cadb89","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"Mzg5NTY4OGVjZDBkNzU2NWNhZGIxY2FiZGE2MThiOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ce96116-90e9-4b05-9647-a2fca9db10d7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWFiMDg3Y2MzMWQxMjhhZGI0MzA2MWE3ZTkyNWNjNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fa9707c-40f6-4172-97cd-a26cfbea502f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-20T09:35:54.424Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6eb6b78-4ba0-4ad2-96b0-75a44002decc
2021-09-20T09:35:54.425Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb6b78-4ba0-4ad2-96b0-75a44002decc 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=?
2021-09-20T09:35:54.428Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:35:54.429Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:35:54.434Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:35:54.434Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130553789,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "aai-ml",
"timestamp": 1632130531373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:35:54.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130531378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:35:54.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "aai-ml",
"timestamp": 1632130535188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:35:54.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:35:54.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130535196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:35:54.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:35:54.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "dcae-sch",
"timestamp": 1632130536297,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130537150,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:35:54.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:35:54.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "dcae-sch",
"timestamp": 1632130536297,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130538156,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:35:54.448Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6eb6b78-4ba0-4ad2-96b0-75a44002decc
2021-09-20T09:35:54.448Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb6b78-4ba0-4ad2-96b0-75a44002decc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:35:54.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "policy-id",
"timestamp": 1632130537814,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "policy-id",
"timestamp": 1632130537814,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:35:54.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "aai-ml",
"timestamp": 1632130540128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:35:54.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:35:54.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "aai-ml",
"timestamp": 1632130541132,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:35:54.464Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6eb6b78-4ba0-4ad2-96b0-75a44002decc
2021-09-20T09:35:54.464Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb6b78-4ba0-4ad2-96b0-75a44002decc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:35:54.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "policy-id",
"timestamp": 1632130545742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:35:54.476Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:35:54.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "clamp",
"timestamp": 1632130545574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:35:54.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "policy-id",
"timestamp": 1632130546748,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:35:54.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:35:54.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "clamp",
"timestamp": 1632130545574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:35:54.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:35:54.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "policy-id",
"timestamp": 1632130547751,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:35:54.486Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6eb6b78-4ba0-4ad2-96b0-75a44002decc
2021-09-20T09:35:54.486Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb6b78-4ba0-4ad2-96b0-75a44002decc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:35:54.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "clamp",
"timestamp": 1632130551601,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:35:54.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:35:54.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:35:54.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "clamp",
"timestamp": 1632130553261,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:35:54.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:35:54.533Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T09:35:54.535Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:35:54.535Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:35:54.547Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:35:54.547Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:35:55.435Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:35:55.436Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:35:55.439Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:35:55.439Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130553789,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:35:55.539Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:35:55.540Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:35:55.540Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:35:55.549Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:35:55.550Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-20T09:35:56.440Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "477f6d18-7c96-4297-af93-ac70dd3eb31f",
"serviceDescription": "service",
"serviceInvariantUUID": "f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "76ca84f7-7db2-4d51-9187-82eb65cadb89",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "18104506-fa61-45a8-9441-960c11c849df",
"resourceInvariantUUID": "2ffccf68-c506-46fd-9a5f-82a12549b3d8",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZWFiMDg3Y2MzMWQxMjhhZGI0MzA2MWE3ZTkyNWNjNTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3fa9707c-40f6-4172-97cd-a26cfbea502f"
}
],
"workloadContext": "Production"
}
2021-09-20T09:35:56.440Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-20T09:35:56.440Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 477f6d18-7c96-4297-af93-ac70dd3eb31f ASDC
2021-09-20T09:35:56.441Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d6eb6b78-4ba0-4ad2-96b0-75a44002decc
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:477f6d18-7c96-4297-af93-ac70dd3eb31f
ServiceInvariantUUID:f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:3fa9707c-40f6-4172-97cd-a26cfbea502f
ArtifactChecksum:ZWFiMDg3Y2MzMWQxMjhhZGI0MzA2MWE3ZTkyNWNjNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:76ca84f7-7db2-4d51-9187-82eb65cadb89
ResourceInvariantUUID:2ffccf68-c506-46fd-9a5f-82a12549b3d8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:18104506-fa61-45a8-9441-960c11c849df
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-20T09:35:56.441Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 477f6d18-7c96-4297-af93-ac70dd3eb31f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-20T09:35:56.479Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-20T09:35:56.481Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-20T09:35:56.481Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-20T09:35:56.481Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3fa9707c-40f6-4172-97cd-a26cfbea502f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-20T09:35:56.481Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-20T09:35:56.481Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-20T09:35:57.587Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-20T09:35:57.590Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3fa9707c-40f6-4172-97cd-a26cfbea502f 52170
2021-09-20T09:35:57.591Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-20T09:35:57.591Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-20T09:35:57.591Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:35:57.592Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:35:57.597Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:35:57.598Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130557590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:35:57.698Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:35:57.699Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:35:57.699Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:35:57.709Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:35:57.710Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-20T09:35:58.598Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-20T09:35:58.599Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-20T09:35:58.600Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3fa9707c-40f6-4172-97cd-a26cfbea502f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:58.600Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-20T09:35:58.601Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:58.602Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:58.815Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16740205714465961923/Definitions/service-BasicNetwork-template.yml
2021-09-20T09:35:59.360Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-20T09:35:59.361Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-20T09:35:59.361Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:59.361Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-20T09:35:59.361Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:59.361Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:59.361Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:59.362Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:59.362Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:59.362Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:59.362Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:59.362Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-20T09:35:59.362Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-20T09:35:59.362Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.362Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.363Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-20T09:35:59.363Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-20T09:35:59.363Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-20T09:35:59.363Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.364Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.364Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-20T09:35:59.364Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-20T09:35:59.364Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-20T09:35:59.364Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.364Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.364Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.365Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.365Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.365Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.365Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.365Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.366Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.366Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.366Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:477f6d18-7c96-4297-af93-ac70dd3eb31f
Model Version:NULL
Model InvariantUuid:f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2ffccf68-c506-46fd-9a5f-82a12549b3d8
Model UUID:aa023ad9-c6d8-4f06-8d1f-ec29c8bfac6d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:76ca84f7-7db2-4d51-9187-82eb65cadb89
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-20T09:35:59.374Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 18104506-fa61-45a8-9441-960c11c849df
2021-09-20T09:35:59.375Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||No resources found for Service: 477f6d18-7c96-4297-af93-ac70dd3eb31f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T09:35:59.382Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||
2021-09-20T09:35:59.382Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-20T09:35:59.383Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 477f6d18-7c96-4297-af93-ac70dd3eb31f
2021-09-20T09:35:59.383Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 477f6d18-7c96-4297-af93-ac70dd3eb31f
2021-09-20T09:35:59.383Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-20T09:35:59.383Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T09:35:59.388Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5eb28293, org.onap.sdc.toscaparser.api.parameters.Input@5310baa, org.onap.sdc.toscaparser.api.parameters.Input@27c944cc, org.onap.sdc.toscaparser.api.parameters.Input@5dbb524e, org.onap.sdc.toscaparser.api.parameters.Input@1757f570]
2021-09-20T09:35:59.389Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.390Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.390Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.390Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.390Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 477f6d18-7c96-4297-af93-ac70dd3eb31f: Generic NeutronNet
2021-09-20T09:35:59.390Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.390Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.391Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.391Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-20T09:35:59.435Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.435Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.435Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.435Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.436Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:35:59.436Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:35:59.436Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-20T09:35:59.524Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-20T09:35:59.526Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-20T09:35:59.526Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-20T09:35:59.526Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-20T09:35:59.527Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:35:59.530Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:35:59.530Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130559525,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:35:59.631Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:35:59.632Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:35:59.632Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:35:59.642Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:35:59.642Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:36:00.532Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6eb6b78-4ba0-4ad2-96b0-75a44002decc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:36:00.545Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6eb6b78-4ba0-4ad2-96b0-75a44002decc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:36:00.548Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-20T09:36:00.548Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-20T09:36:00.548Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-20T09:36:00.548Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-20T09:36:00.548Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:36:00.548Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:36:00.548Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:36:00.548Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:36:00.549Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:36:00.549Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:36:00.552Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-20T09:36:30.553Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6eb6b78-4ba0-4ad2-96b0-75a44002decc and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-20T09:36:30.564Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6eb6b78-4ba0-4ad2-96b0-75a44002decc and serviceModelVersionId: 477f6d18-7c96-4297-af93-ac70dd3eb31f
2021-09-20T09:36:30.564Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a
2021-09-20T09:36:30.568Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a/model-vers/model-ver/477f6d18-7c96-4297-af93-ac70dd3eb31f?depth=0
2021-09-20T09:36:30.582Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-20T09:36:30.661Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a/model-vers/model-ver/477f6d18-7c96-4297-af93-ac70dd3eb31f?depth=0|INFO|500||Invoke
2021-09-20T09:36:30.662Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a/model-vers/model-ver/477f6d18-7c96-4297-af93-ac70dd3eb31f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a/model-vers/model-ver/477f6d18-7c96-4297-af93-ac70dd3eb31f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6eb6b78-4ba0-4ad2-96b0-75a44002decc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e8f8ac9-6aa2-4d0f-9035-187ed1eb80b9], X-ECOMP-RequestID=[d6eb6b78-4ba0-4ad2-96b0-75a44002decc], X-TransactionId=[], X-ONAP-RequestID=[d6eb6b78-4ba0-4ad2-96b0-75a44002decc], Content-Type=[application/merge-patch+json]}
2021-09-20T09:36:30.697Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a/model-vers/model-ver/477f6d18-7c96-4297-af93-ac70dd3eb31f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-20T09:36:30.965Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a/model-vers/model-ver/477f6d18-7c96-4297-af93-ac70dd3eb31f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a/model-vers/model-ver/477f6d18-7c96-4297-af93-ac70dd3eb31f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210920-09:36:30:710-75128], vertex-id=[155672], Content-Length=[0], Date=[Mon, 20 Sep 2021 09:36:30 GMT], Content-Type=[application/json]}
2021-09-20T09:36:30.965Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a/model-vers/model-ver/477f6d18-7c96-4297-af93-ac70dd3eb31f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-20T09:36:30.966Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f42af1bc-5cc0-48fd-8dea-f3a0f2d13d9a/model-vers/model-ver/477f6d18-7c96-4297-af93-ac70dd3eb31f?depth=0|INFO|500||InvokeReturn
2021-09-20T09:36:30.966Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-20T09:36:30.966Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T09:36:30.978Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-20T09:36:30.978Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6eb6b78-4ba0-4ad2-96b0-75a44002decc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-20T09:36:30.979Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-20T09:36:30.980Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:36:30.982Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:36:30.983Z|d6eb6b78-4ba0-4ad2-96b0-75a44002decc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130590978,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-20T09:36:31.083Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:36:31.084Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:36:31.084Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:36:31.098Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:36:31.099Z||pool-23-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-09-20T09:36:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:36:53.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:36:53.791Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:36:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:36:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:36:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:36:53.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:36:53.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:36:53.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "clamp",
"timestamp": 1632130554265,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:36:53.845Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6eb6b78-4ba0-4ad2-96b0-75a44002decc
2021-09-20T09:36:53.845Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6eb6b78-4ba0-4ad2-96b0-75a44002decc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:37:03.361Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:37:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:37:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:37:53.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:37:53.792Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:37:53.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:37:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:37:53.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:37:53.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:37:53.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130553789,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:37:53.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:38:03.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:38:53.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:38:53.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:38:53.792Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:38:53.793Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:38:53.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:38:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:38:54.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:38:54.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:38:54.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130553789,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:38:54.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-20T09:38:54.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:38:54.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130557590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:38:54.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:38:54.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:38:54.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130559525,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:38:54.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:38:54.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-20T09:38:54.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d6eb6b78-4ba0-4ad2-96b0-75a44002decc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130590978,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-20T09:38:54.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:39:03.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:39:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:39:53.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:39:53.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:39:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:39:53.795Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:39:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:39:54.191Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:39:54.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "cds",
"timestamp": 1632130773959,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130771373,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "dcae-sch",
"timestamp": 1632130776294,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130771376,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130777814,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130771373,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "cds",
"timestamp": 1632130773959,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "dcae-sch",
"timestamp": 1632130776294,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130771376,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130777814,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130780403,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "cds",
"timestamp": 1632130773959,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130771376,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130771373,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "dcae-sch",
"timestamp": 1632130776294,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130777814,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130780403,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "cds",
"timestamp": 1632130773959,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130771373,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "dcae-sch",
"timestamp": 1632130776294,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130777814,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130771376,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130780403,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130771373,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "dcae-sch",
"timestamp": 1632130776294,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130771376,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130777814,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "cds",
"timestamp": 1632130773959,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130780403,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130771373,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "cds",
"timestamp": 1632130773959,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "dcae-sch",
"timestamp": 1632130776294,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130771376,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130777814,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130784198,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130780403,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "cds",
"timestamp": 1632130773959,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130771373,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "dcae-sch",
"timestamp": 1632130776294,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130771376,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130777814,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130784198,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130780403,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130771373,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "cds",
"timestamp": 1632130773959,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "dcae-sch",
"timestamp": 1632130776294,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130771376,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130777814,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130784198,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130780403,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130784198,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130780403,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "cds",
"timestamp": 1632130788645,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:39:54.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:39:54.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130788750,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:39:54.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:39:54.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130784198,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130788971,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:39:54.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:39:54.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130788970,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:39:54.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:39:54.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130784198,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130789980,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:39:54.224Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:39:54.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130784198,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "policy-id",
"timestamp": 1632130790983,
"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-09-20T09:39:54.251Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 135819fd-b17e-400a-8b29-40f35085a48f
2021-09-20T09:39:54.251Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135819fd-b17e-400a-8b29-40f35085a48f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:39:54.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "cds",
"timestamp": 1632130791429,
"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-09-20T09:39:54.270Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 135819fd-b17e-400a-8b29-40f35085a48f
2021-09-20T09:39:54.271Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135819fd-b17e-400a-8b29-40f35085a48f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:39:54.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130784198,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130791930,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:39:54.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:39:54.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130792938,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:39:54.296Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 135819fd-b17e-400a-8b29-40f35085a48f
2021-09-20T09:39:54.297Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135819fd-b17e-400a-8b29-40f35085a48f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:39:54.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130792433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:39:54.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:39:54.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:39:54.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-20T09:39:54.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"135819fd-b17e-400a-8b29-40f35085a48f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f8c5de30-126e-42cf-99ce-5bcfa280b1f1","serviceDescription":"service","serviceInvariantUUID":"09daeae7-cbac-4de9-a3c3-42551b6bc179","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"893463b3-d845-42b5-8eac-b6189e54777d","resourceInvariantUUID":"aa520223-e249-4aa6-a623-d3cca0351d2c","resourceCustomizationUUID":"ff9497c0-3a6e-4f17-a0e0-9b49e110ed80","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":"YzhiZTFlM2NjZGM3MThlMGRjMzNiYTRlMTNkMDg2YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"254cf4d0-c178-46ef-98ce-e1f797a6bb77","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":"NDNjOTIzYTJjMzU5NTMwNmNhZGJkZDllMGQ4YmM4N2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"174e42c7-097d-4bfd-9b4b-985ee6b03cda","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":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df600868-7c4d-4705-8c5c-438fd9dd8e53","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":"7040a3ff-8b3c-4429-a75f-4a55846744bf","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":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0b19ae55-50c2-4863-8e92-3f5df5323127","artifactVersion":"2","generatedFromUUID":"df600868-7c4d-4705-8c5c-438fd9dd8e53"},{"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":"NzdiMDkxY2RjYTQ0N2E2MGIzMGM5MzIwMDA1NTk4ZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1241a33-a049-4e7b-8a8f-908e90e487a1","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":"OWU4MzcyNTU2N2YwNGY2ZjRjMjNhNTUxYmYzNDcxMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"539caa7d-71bf-496f-b974-654d2d963803","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTZjNGQ1NGE0MDRmYzdhZWVmZmQyYTVjMGEzNWQyNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83249549-5e6a-4c0c-b4b0-1ea435fcd3d0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-20T09:39:54.442Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:39:54.444Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:39:54.450Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:39:54.450Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:54.550Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:39:54.551Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:39:54.551Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:39:54.563Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:39:54.564Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:39:55.451Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:39:55.452Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:39:55.454Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:39:55.454Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T09:39:55.554Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:39:55.555Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:39:55.555Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:39:55.564Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:39:55.565Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:39:56.454Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:39:56.455Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:39:56.459Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:39:56.459Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-20T09:39:56.559Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:39:56.560Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:39:56.561Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:39:56.572Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:39:56.573Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:39:57.459Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:39:57.460Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:39:57.462Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:39:57.463Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:57.565Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-20T09:39:57.566Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:39:57.566Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:39:57.580Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:39:57.581Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-20T09:39:58.465Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:39:58.466Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:39:58.471Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:39:58.472Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-20T09:39:58.573Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T09:39:58.574Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:39:58.574Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:39:58.590Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:39:58.591Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:39:59.472Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:39:59.474Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:39:59.478Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:39:59.478Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:39:59.578Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:39:59.580Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:39:59.581Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:39:59.603Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:39:59.605Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-09-20T09:40:00.478Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:40:00.479Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:40:00.482Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:40:00.482Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:40:00.584Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-20T09:40:00.585Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:40:00.585Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:40:00.597Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:00.598Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:40:01.483Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:40:01.484Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:40:01.485Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:40:01.486Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:40:01.586Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:40:01.589Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:40:01.590Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:40:01.605Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:01.605Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:40:02.488Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"serviceName": "basic_vm_macro",
"serviceVersion": "1.0",
"serviceUUID": "f8c5de30-126e-42cf-99ce-5bcfa280b1f1",
"serviceDescription": "service",
"serviceInvariantUUID": "09daeae7-cbac-4de9-a3c3-42551b6bc179",
"resources": [
{
"resourceInstanceName": "basic_vm_macro 0",
"resourceCustomizationUUID": "ff9497c0-3a6e-4f17-a0e0-9b49e110ed80",
"resourceName": "basic_vm_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "893463b3-d845-42b5-8eac-b6189e54777d",
"resourceInvariantUUID": "aa520223-e249-4aa6-a623-d3cca0351d2c",
"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": "NDNjOTIzYTJjMzU5NTMwNmNhZGJkZDllMGQ4YmM4N2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "174e42c7-097d-4bfd-9b4b-985ee6b03cda",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "df600868-7c4d-4705-8c5c-438fd9dd8e53",
"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": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0b19ae55-50c2-4863-8e92-3f5df5323127",
"generatedFromUUID": "df600868-7c4d-4705-8c5c-438fd9dd8e53"
},
"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": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0b19ae55-50c2-4863-8e92-3f5df5323127",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVmMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"artifactChecksum": "MTZjNGQ1NGE0MDRmYzdhZWVmZmQyYTVjMGEzNWQyNGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83249549-5e6a-4c0c-b4b0-1ea435fcd3d0"
}
],
"workloadContext": "Production"
}
2021-09-20T09:40:02.489Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-20T09:40:02.489Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f8c5de30-126e-42cf-99ce-5bcfa280b1f1 ASDC
2021-09-20T09:40:02.490Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:135819fd-b17e-400a-8b29-40f35085a48f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f8c5de30-126e-42cf-99ce-5bcfa280b1f1
ServiceInvariantUUID:09daeae7-cbac-4de9-a3c3-42551b6bc179
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:83249549-5e6a-4c0c-b4b0-1ea435fcd3d0
ArtifactChecksum:MTZjNGQ1NGE0MDRmYzdhZWVmZmQyYTVjMGEzNWQyNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ff9497c0-3a6e-4f17-a0e0-9b49e110ed80
ResourceInvariantUUID:aa520223-e249-4aa6-a623-d3cca0351d2c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:893463b3-d845-42b5-8eac-b6189e54777d
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:174e42c7-097d-4bfd-9b4b-985ee6b03cda
ArtifactChecksum:NDNjOTIzYTJjMzU5NTMwNmNhZGJkZDllMGQ4YmM4N2Q=
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:df600868-7c4d-4705-8c5c-438fd9dd8e53
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
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:0b19ae55-50c2-4863-8e92-3f5df5323127
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
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:0b19ae55-50c2-4863-8e92-3f5df5323127
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-20T09:40:02.490Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f8c5de30-126e-42cf-99ce-5bcfa280b1f1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-20T09:40:02.525Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-20T09:40:02.526Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-20T09:40:02.526Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-20T09:40:02.526Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 83249549-5e6a-4c0c-b4b0-1ea435fcd3d0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-20T09:40:02.526Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-20T09:40:02.527Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-20T09:40:05.441Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-20T09:40:05.447Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 83249549-5e6a-4c0c-b4b0-1ea435fcd3d0 78598
2021-09-20T09:40:05.447Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-20T09:40:05.447Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-20T09:40:05.448Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:40:05.448Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:40:05.451Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:40:05.451Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130805447,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:40:05.553Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-20T09:40:05.555Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:40:05.555Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:40:05.568Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:05.569Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:40:06.452Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-20T09:40:06.453Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-20T09:40:06.455Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 83249549-5e6a-4c0c-b4b0-1ea435fcd3d0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-20T09:40:06.456Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-20T09:40:06.457Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-20T09:40:06.457Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-20T09:40:06.810Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12084367933574408729/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" 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_related_networks" 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_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-20T09:40:08.055Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-20T09:40:08.057Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-20T09:40:08.058Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-20T09:40:08.058Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-20T09:40:08.058Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:08.058Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-20T09:40:08.059Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-20T09:40:08.059Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-20T09:40:08.059Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-20T09:40:08.059Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:08.060Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-20T09:40:08.060Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:08.060Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-20T09:40:08.060Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-20T09:40:08.061Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.061Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:08.061Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-20T09:40:08.062Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-20T09:40:08.062Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-20T09:40:08.062Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.062Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:08.063Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-20T09:40:08.063Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-20T09:40:08.063Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-20T09:40:08.064Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.064Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:08.064Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.065Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-20T09:40:08.065Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-20T09:40:08.065Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-20T09:40:08.066Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-20T09:40:08.066Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-20T09:40:08.066Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-20T09:40:08.066Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.067Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-20T09:40:08.067Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.067Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-20T09:40:08.068Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T09:40:08.068Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.068Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-20T09:40:08.068Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T09:40:08.069Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.069Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-20T09:40:08.069Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T09:40:08.070Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.071Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-20T09:40:08.071Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-20T09:40:08.071Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-20T09:40:08.071Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=af3f427f-8140-4274-98e7-53a7d05df002
2021-09-20T09:40:08.072Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.073Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:08.076Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.076Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:08.077Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.077Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:08.077Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:08.077Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:08.078Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f8c5de30-126e-42cf-99ce-5bcfa280b1f1
Model Version:NULL
Model InvariantUuid:09daeae7-cbac-4de9-a3c3-42551b6bc179
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm_macro
Model UUID:68608f69-fb9f-4d7d-af9e-e540a5f842ca
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa520223-e249-4aa6-a623-d3cca0351d2c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ff9497c0-3a6e-4f17-a0e0-9b49e110ed80
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d6126741-2c61-4647-afbc-30e905a3e926
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7332c3d7-0e39-4cb8-af98-185611f30b57
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:af3f427f-8140-4274-98e7-53a7d05df002
ModelInvariantUuid:8a3eb9d2-ad9f-4af7-9d2a-909ea6ffabd7
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c3c804d1-5199-4c2e-b48a-37c4fc931858
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:d46105d7-d166-4cea-8c22-34c6c36a9bb1
ModelInvariantUuid:aa38c245-86bf-40d5-86df-4f9c54cdab1d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2a424594-6cf4-4875-94f5-aed75beb9c55
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-20T09:40:08.087Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 893463b3-d845-42b5-8eac-b6189e54777d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T09:40:08.092Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2021-09-20T09:40:08.092Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 893463b3-d845-42b5-8eac-b6189e54777d
2021-09-20T09:40:08.093Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 174e42c7-097d-4bfd-9b4b-985ee6b03cda from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-20T09:40:08.093Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-20T09:40:08.093Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:09.851Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-20T09:40:09.852Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 174e42c7-097d-4bfd-9b4b-985ee6b03cda 792
2021-09-20T09:40:09.852Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:09.852Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:09.852Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:40:09.853Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:40:09.855Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:40:09.855Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130809852,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:40:09.955Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:40:09.957Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:40:09.957Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:40:09.967Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:09.967Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:40:10.858Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "d6126741-2c61-4647-afbc-30e905a3e926",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7332c3d7-0e39-4cb8-af98-185611f30b57",
"vfModuleModelCustomizationUUID": "bff2e678-c85b-4e04-ad40-04fb72b85ae9",
"isBase": true,
"artifacts": [
"df600868-7c4d-4705-8c5c-438fd9dd8e53",
"0b19ae55-50c2-4863-8e92-3f5df5323127"
],
"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-09-20T09:40:10.872Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7332c3d7-0e39-4cb8-af98-185611f30b57
VfModuleModelInvariantUUID:d6126741-2c61-4647-afbc-30e905a3e926
VfModuleModelDescription:NULL
Artifacts UUID List:{
df600868-7c4d-4705-8c5c-438fd9dd8e53
,
0b19ae55-50c2-4863-8e92-3f5df5323127
}
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-09-20T09:40:10.878Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "d6126741-2c61-4647-afbc-30e905a3e926",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7332c3d7-0e39-4cb8-af98-185611f30b57",
"vfModuleModelCustomizationUUID": "bff2e678-c85b-4e04-ad40-04fb72b85ae9",
"isBase": true,
"artifacts": [
"df600868-7c4d-4705-8c5c-438fd9dd8e53",
"0b19ae55-50c2-4863-8e92-3f5df5323127"
],
"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-09-20T09:40:10.879Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7332c3d7-0e39-4cb8-af98-185611f30b57
VfModuleModelInvariantUUID:d6126741-2c61-4647-afbc-30e905a3e926
VfModuleModelDescription:NULL
Artifacts UUID List:{
df600868-7c4d-4705-8c5c-438fd9dd8e53
,
0b19ae55-50c2-4863-8e92-3f5df5323127
}
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-09-20T09:40:10.879Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: df600868-7c4d-4705-8c5c-438fd9dd8e53 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-20T09:40:10.880Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-20T09:40:10.880Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:12.778Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-20T09:40:12.779Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml df600868-7c4d-4705-8c5c-438fd9dd8e53 5033
2021-09-20T09:40:12.779Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:12.779Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:12.780Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:40:12.781Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:40:12.783Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:40:12.784Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130812779,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:40:12.884Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T09:40:12.884Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:40:12.884Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:40:12.894Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:12.894Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:40:13.784Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0b19ae55-50c2-4863-8e92-3f5df5323127 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-20T09:40:13.785Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-20T09:40:13.785Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:15.075Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-20T09:40:15.077Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0b19ae55-50c2-4863-8e92-3f5df5323127 903
2021-09-20T09:40:15.078Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:15.079Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||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-09-20T09:40:15.079Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:40:15.080Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:40:15.085Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:40:15.085Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130815078,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:40:15.185Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-20T09:40:15.186Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:40:15.186Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:40:15.197Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:15.198Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:40:16.086Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f8c5de30-126e-42cf-99ce-5bcfa280b1f1
2021-09-20T09:40:16.087Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 893463b3-d845-42b5-8eac-b6189e54777d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T09:40:16.107Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@739f6c30, org.onap.sdc.toscaparser.api.parameters.Input@7dd133ab, org.onap.sdc.toscaparser.api.parameters.Input@9a5a23c, org.onap.sdc.toscaparser.api.parameters.Input@1a0e0de, org.onap.sdc.toscaparser.api.parameters.Input@9d6e236]
2021-09-20T09:40:16.109Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.110Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:16.111Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-20T09:40:16.111Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ff9497c0-3a6e-4f17-a0e0-9b49e110ed80
2021-09-20T09:40:16.111Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ff9497c0-3a6e-4f17-a0e0-9b49e110ed80 matches Tosca VF Customization UUID: ff9497c0-3a6e-4f17-a0e0-9b49e110ed80
2021-09-20T09:40:16.112Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ff9497c0-3a6e-4f17-a0e0-9b49e110ed80 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-20T09:40:16.115Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.115Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:16.116Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ff9497c0-3a6e-4f17-a0e0-9b49e110ed80: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-09-20T09:40:16.117Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f5e80ee
2021-09-20T09:40:16.117Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.118Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-20T09:40:16.118Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bff2e678-c85b-4e04-ad40-04fb72b85ae9
2021-09-20T09:40:16.119Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bff2e678-c85b-4e04-ad40-04fb72b85ae9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-20T09:40:16.125Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.126Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-20T09:40:16.126Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T09:40:16.126Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.126Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-20T09:40:16.127Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T09:40:16.127Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.127Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-20T09:40:16.127Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-20T09:40:16.127Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-20T09:40:16.128Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=af3f427f-8140-4274-98e7-53a7d05df002
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-20T09:40:16.131Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.131Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-20T09:40:16.131Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T09:40:16.132Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.132Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-20T09:40:16.132Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ff9497c0-3a6e-4f17-a0e0-9b49e110ed80
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T09:40:16.134Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.134Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:16.135Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f8c5de30-126e-42cf-99ce-5bcfa280b1f1: basic_vm_macro
2021-09-20T09:40:16.135Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.135Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:16.135Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.135Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:16.135Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.136Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:16.136Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.136Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:16.136Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:40:16.136Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:40:16.136Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:40:16.232Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 893463b3-d845-42b5-8eac-b6189e54777d 1 ASDC deployResourceStructure
2021-09-20T09:40:16.232Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-20T09:40:16.232Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-20T09:40:16.232Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-20T09:40:16.233Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:40:16.237Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:40:16.237Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130816232,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-20T09:40:16.336Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T09:40:16.337Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:40:16.338Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:40:16.363Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:16.364Z||pool-36-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:40:17.238Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-20T09:40:17.238Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-20T09:40:17.238Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-20T09:40:17.239Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:40:17.241Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:40:17.241Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130817238,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-09-20T09:40:17.347Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-20T09:40:17.385Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:40:17.385Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:40:17.398Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:17.399Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:40:18.243Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-20T09:40:18.243Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-20T09:40:18.243Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-20T09:40:18.244Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:40:18.246Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:40:18.246Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130818243,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-09-20T09:40:18.346Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:40:18.347Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:40:18.347Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:40:18.370Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:18.370Z||pool-38-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-20T09:40:19.247Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-20T09:40:19.247Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-20T09:40:19.247Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-20T09:40:19.247Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:40:19.249Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:40:19.249Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130819246,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:40:19.349Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:40:19.350Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:40:19.350Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:40:19.383Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:19.384Z||pool-39-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2021-09-20T09:40:20.250Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:40:20.269Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:40:20.272Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-20T09:40:20.273Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-20T09:40:20.273Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-20T09:40:50.275Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:40:50.297Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:40:50.301Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-20T09:40:50.301Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-20T09:40:50.302Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-20T09:40:53.793Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:40:53.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:40:53.795Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:40:53.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:40:53.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:40:53.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130792433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:40:53.826Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:41:20.303Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:41:20.324Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:41:20.327Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-20T09:41:20.327Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-20T09:41:20.327Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-20T09:41:50.328Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:41:50.340Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:41:50.343Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-20T09:41:50.343Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-20T09:41:50.343Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-20T09:41:53.793Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:41:53.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:41:53.796Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:41:53.823Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:41:53.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:41:53.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130794100,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:41:53.826Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:20.344Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:42:20.366Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:42:20.368Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-20T09:42:20.369Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-20T09:42:20.369Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-20T09:42:50.369Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:42:50.385Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:42:50.390Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-20T09:42:50.390Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-20T09:42:50.390Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-20T09:42:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:42:53.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:42:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:42:53.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:42:54.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130792433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130792433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130796585,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.343Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "dcae-sch",
"timestamp": 1632130796294,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130792433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "dcae-sch",
"timestamp": 1632130796294,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130792433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130797818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130798730,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "dcae-sch",
"timestamp": 1632130796294,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130792433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130799382,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.347Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130797818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "aai-ml",
"timestamp": 1632130799733,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:42:54.359Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 135819fd-b17e-400a-8b29-40f35085a48f
2021-09-20T09:42:54.360Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135819fd-b17e-400a-8b29-40f35085a48f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:42:54.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "dcae-sch",
"timestamp": 1632130796294,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130792433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130800302,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130800413,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:42:54.381Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 135819fd-b17e-400a-8b29-40f35085a48f
2021-09-20T09:42:54.381Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135819fd-b17e-400a-8b29-40f35085a48f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-20T09:42:54.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130797818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "dcae-sch",
"timestamp": 1632130796294,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130800403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130792433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130801417,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130797818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "dcae-sch",
"timestamp": 1632130796294,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130801373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130801376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130800403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130797818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "dcae-sch",
"timestamp": 1632130796294,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130801373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130801376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130800403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130803305,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.403Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130797818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "dcae-sch",
"timestamp": 1632130796294,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130801373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130801376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130800403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "clamp",
"timestamp": 1632130804309,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:42:54.411Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 135819fd-b17e-400a-8b29-40f35085a48f
2021-09-20T09:42:54.411Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 135819fd-b17e-400a-8b29-40f35085a48f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:42:54.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130797818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130804198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130804977,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "dcae-sch",
"timestamp": 1632130796294,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130801373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130801376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130800403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130805447,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130797818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130804198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "cds",
"timestamp": 1632130805982,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:42:54.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d897dda-22e1-4cba-b5f9-6744f1bdc198
2021-09-20T09:42:54.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d897dda-22e1-4cba-b5f9-6744f1bdc198 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:42:54.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130801373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130801376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130800403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130797818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130804198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130801373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130801376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130800403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130804198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130801373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130801376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130800403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130804198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130801373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130801376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "ves-openapi-manager",
"timestamp": 1632130800403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130809530,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130804198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130809852,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130801373,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130801376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130810535,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130804198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "policy-id",
"timestamp": 1632130811537,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:42:54.464Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d897dda-22e1-4cba-b5f9-6744f1bdc198
2021-09-20T09:42:54.464Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d897dda-22e1-4cba-b5f9-6744f1bdc198 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:42:54.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130804198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:42:54.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130812779,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130804198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130785577,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130813358,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130813581,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130815078,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130815297,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130816213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130816232,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632130817221,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:42:54.481Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d897dda-22e1-4cba-b5f9-6744f1bdc198
2021-09-20T09:42:54.482Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d897dda-22e1-4cba-b5f9-6744f1bdc198 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:42:54.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130817238,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130817395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130818243,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130819246,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130821583,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130825160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130826274,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:42:54.497Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d897dda-22e1-4cba-b5f9-6744f1bdc198
2021-09-20T09:42:54.497Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d897dda-22e1-4cba-b5f9-6744f1bdc198 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-20T09:42:54.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130826827,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632130827292,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130827310,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:42:54.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "aai-ml",
"timestamp": 1632130827831,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:42:54.509Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d897dda-22e1-4cba-b5f9-6744f1bdc198
2021-09-20T09:42:54.509Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d897dda-22e1-4cba-b5f9-6744f1bdc198 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:42:54.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130828328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-20T09:42:54.516Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:42:54.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:42:54.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "clamp",
"timestamp": 1632130829332,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:42:54.520Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d897dda-22e1-4cba-b5f9-6744f1bdc198
2021-09-20T09:42:54.520Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d897dda-22e1-4cba-b5f9-6744f1bdc198 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-20T09:43:20.390Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:43:20.408Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-20T09:43:20.411Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-20T09:43:20.411Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-20T09:43:20.412Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-20T09:43:20.412Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-20T09:43:20.412Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:43:20.412Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:43:20.412Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:43:20.412Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:43:20.413Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:43:20.413Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-20T09:43:20.413Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-20T09:43:20.425Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-20T09:43:50.430Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 135819fd-b17e-400a-8b29-40f35085a48f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-20T09:43:50.441Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 135819fd-b17e-400a-8b29-40f35085a48f and serviceModelVersionId: f8c5de30-126e-42cf-99ce-5bcfa280b1f1
2021-09-20T09:43:50.442Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09daeae7-cbac-4de9-a3c3-42551b6bc179
2021-09-20T09:43:50.444Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09daeae7-cbac-4de9-a3c3-42551b6bc179/model-vers/model-ver/f8c5de30-126e-42cf-99ce-5bcfa280b1f1?depth=0
2021-09-20T09:43:50.452Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-20T09:43:50.532Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09daeae7-cbac-4de9-a3c3-42551b6bc179/model-vers/model-ver/f8c5de30-126e-42cf-99ce-5bcfa280b1f1?depth=0|INFO|500||Invoke
2021-09-20T09:43:50.533Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09daeae7-cbac-4de9-a3c3-42551b6bc179/model-vers/model-ver/f8c5de30-126e-42cf-99ce-5bcfa280b1f1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09daeae7-cbac-4de9-a3c3-42551b6bc179/model-vers/model-ver/f8c5de30-126e-42cf-99ce-5bcfa280b1f1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[135819fd-b17e-400a-8b29-40f35085a48f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0825b65-d5fe-4bf6-b8a4-97aa832ac5b4], X-ECOMP-RequestID=[135819fd-b17e-400a-8b29-40f35085a48f], X-TransactionId=[], X-ONAP-RequestID=[135819fd-b17e-400a-8b29-40f35085a48f], Content-Type=[application/merge-patch+json]}
2021-09-20T09:43:50.579Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09daeae7-cbac-4de9-a3c3-42551b6bc179/model-vers/model-ver/f8c5de30-126e-42cf-99ce-5bcfa280b1f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-20T09:43:50.757Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09daeae7-cbac-4de9-a3c3-42551b6bc179/model-vers/model-ver/f8c5de30-126e-42cf-99ce-5bcfa280b1f1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09daeae7-cbac-4de9-a3c3-42551b6bc179/model-vers/model-ver/f8c5de30-126e-42cf-99ce-5bcfa280b1f1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210920-09:43:50:592-67620], vertex-id=[372904], Content-Length=[0], Date=[Mon, 20 Sep 2021 09:43:50 GMT], Content-Type=[application/json]}
2021-09-20T09:43:50.757Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09daeae7-cbac-4de9-a3c3-42551b6bc179/model-vers/model-ver/f8c5de30-126e-42cf-99ce-5bcfa280b1f1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-20T09:43:50.758Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09daeae7-cbac-4de9-a3c3-42551b6bc179/model-vers/model-ver/f8c5de30-126e-42cf-99ce-5bcfa280b1f1?depth=0|INFO|500||InvokeReturn
2021-09-20T09:43:50.758Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-20T09:43:50.758Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T09:43:50.769Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-20T09:43:50.770Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 135819fd-b17e-400a-8b29-40f35085a48f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-20T09:43:50.770Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-20T09:43:50.772Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:43:50.775Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:43:50.776Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632131030770,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-20T09:43:50.876Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T09:43:50.877Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:43:50.877Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:43:50.913Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:50.913Z||pool-40-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-20T09:43:51.791Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-20T09:43:51.792Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d897dda-22e1-4cba-b5f9-6744f1bdc198","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f5465d8c-25ac-4860-96e5-1d51f280ad68","serviceDescription":"service","serviceInvariantUUID":"3264555e-78c0-4e83-94eb-29a70590be8d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc5d5572-ecb6-4594-8d16-f68ce928be9c","resourceInvariantUUID":"d6d6ca1d-5a4a-4dcd-a8e4-67b01afc06bf","resourceCustomizationUUID":"6c25cdb2-7c8f-4155-8bc5-b9cc20b29b7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZWRlNDllZWQ4M2Y0NWQxMmFhZTYwNDVlZGM0NzZiOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b61e1e4a-18fd-4535-95e4-0ea83e5ba598","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6bc16906-831b-4a8d-901c-9e62bb72f190","artifactVersion":"2","generatedFromUUID":"0b76d646-628d-4d5a-bd31-2fedba2d7763"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0b76d646-628d-4d5a-bd31-2fedba2d7763","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"Y2Y1OTkyYjY2YjQyYmZhMmU1NGMyZDVhMTUzNjljYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be3accd0-752e-402e-9d3d-fa0ca4cf6810","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f5523d4-84b7-4441-b13f-0ba855d102cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7497c1ac-85dc-4290-b732-53d6fbb91caf","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a2daa04-f043-4e29-b385-b37ed350f993","artifactVersion":"2","generatedFromUUID":"3f5523d4-84b7-4441-b13f-0ba855d102cd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjhmZGQ1OWI3YWZhMThhMjI0MzZkOGE5OTNkMGM3NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6973266e-c439-4246-8ce4-7944e3e6f0d2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTU3NGFkNDdmMGY1OWQ2OTM5NjZiYWI4MGU4YzVmZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"431b880f-76af-4839-87ed-f0a1ee7edcee","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-20T09:43:51.794Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:43:51.795Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:43:51.798Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:43:51.798Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:43:51.898Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T09:43:51.900Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:43:51.900Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:43:51.911Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:51.912Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:43:52.801Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:43:52.801Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:43:52.805Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:43:52.805Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-09-20T09:43:52.918Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2021-09-20T09:43:52.919Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:43:52.920Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:43:52.930Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:52.930Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-20T09:43:53.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-20T09:43:53.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-20T09:43:53.794Z||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 RithB3uL1SbCDQR3) ...
2021-09-20T09:43:53.809Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:43:53.809Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:43:53.812Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:43:53.812Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-09-20T09:43:53.912Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T09:43:53.913Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:43:53.913Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:43:53.924Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:53.924Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:43:53.938Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:53.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:43:53.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "135819fd-b17e-400a-8b29-40f35085a48f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632131030770,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-20T09:43:53.939Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-20T09:43:53.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:43:53.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:43:53.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:43:53.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-20T09:43:53.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-09-20T09:43:53.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-20T09:43:54.813Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:43:54.814Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:43:54.818Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:43:54.818Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-09-20T09:43:54.918Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:43:54.919Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:43:54.919Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:43:54.929Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:54.930Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:43:55.819Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:43:55.819Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:43:55.823Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:43:55.823Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-09-20T09:43:55.923Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:43:55.926Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:43:55.926Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:43:55.940Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:55.942Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:43:56.824Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:43:56.824Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:43:56.828Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:43:56.828Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:43:56.928Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:43:56.929Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:43:56.930Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:43:56.940Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:56.941Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:43:57.828Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:43:57.829Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:43:57.831Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:43:57.832Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-09-20T09:43:57.932Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:43:57.932Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:43:57.932Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:43:57.943Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:57.943Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:43:58.832Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:43:58.833Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:43:58.835Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:43:58.835Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-20T09:43:58.935Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-20T09:43:58.936Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:43:58.937Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:43:58.947Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:58.947Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:43:59.838Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-20T09:43:59.839Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:43:59.845Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:43:59.845Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632130793789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-20T09:43:59.941Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-20T09:43:59.942Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:43:59.942Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:43:59.957Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:43:59.958Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:44:00.846Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "f5465d8c-25ac-4860-96e5-1d51f280ad68",
"serviceDescription": "service",
"serviceInvariantUUID": "3264555e-78c0-4e83-94eb-29a70590be8d",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "6c25cdb2-7c8f-4155-8bc5-b9cc20b29b7f",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bc5d5572-ecb6-4594-8d16-f68ce928be9c",
"resourceInvariantUUID": "d6d6ca1d-5a4a-4dcd-a8e4-67b01afc06bf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6bc16906-831b-4a8d-901c-9e62bb72f190",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0b76d646-628d-4d5a-bd31-2fedba2d7763",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "Y2Y1OTkyYjY2YjQyYmZhMmU1NGMyZDVhMTUzNjljYTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be3accd0-752e-402e-9d3d-fa0ca4cf6810",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3f5523d4-84b7-4441-b13f-0ba855d102cd",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a2daa04-f043-4e29-b385-b37ed350f993",
"generatedFromUUID": "3f5523d4-84b7-4441-b13f-0ba855d102cd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a2daa04-f043-4e29-b385-b37ed350f993",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZTU3NGFkNDdmMGY1OWQ2OTM5NjZiYWI4MGU4YzVmZWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "431b880f-76af-4839-87ed-f0a1ee7edcee"
}
],
"workloadContext": "Production"
}
2021-09-20T09:44:00.851Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-20T09:44:00.852Z|135819fd-b17e-400a-8b29-40f35085a48f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f5465d8c-25ac-4860-96e5-1d51f280ad68 ASDC
2021-09-20T09:44:00.854Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3d897dda-22e1-4cba-b5f9-6744f1bdc198
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f5465d8c-25ac-4860-96e5-1d51f280ad68
ServiceInvariantUUID:3264555e-78c0-4e83-94eb-29a70590be8d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:431b880f-76af-4839-87ed-f0a1ee7edcee
ArtifactChecksum:ZTU3NGFkNDdmMGY1OWQ2OTM5NjZiYWI4MGU4YzVmZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6c25cdb2-7c8f-4155-8bc5-b9cc20b29b7f
ResourceInvariantUUID:d6d6ca1d-5a4a-4dcd-a8e4-67b01afc06bf
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:bc5d5572-ecb6-4594-8d16-f68ce928be9c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:6bc16906-831b-4a8d-901c-9e62bb72f190
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:0b76d646-628d-4d5a-bd31-2fedba2d7763
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:be3accd0-752e-402e-9d3d-fa0ca4cf6810
ArtifactChecksum:Y2Y1OTkyYjY2YjQyYmZhMmU1NGMyZDVhMTUzNjljYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:3f5523d4-84b7-4441-b13f-0ba855d102cd
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:4a2daa04-f043-4e29-b385-b37ed350f993
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:4a2daa04-f043-4e29-b385-b37ed350f993
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-20T09:44:00.854Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5465d8c-25ac-4860-96e5-1d51f280ad68 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-20T09:44:00.985Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-20T09:44:00.986Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-20T09:44:00.986Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-20T09:44:00.986Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 431b880f-76af-4839-87ed-f0a1ee7edcee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-20T09:44:00.986Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-20T09:44:00.986Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-20T09:44:04.146Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-20T09:44:04.149Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 431b880f-76af-4839-87ed-f0a1ee7edcee 68764
2021-09-20T09:44:04.150Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-20T09:44:04.150Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-20T09:44:04.150Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:44:04.150Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:44:04.160Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:44:04.163Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632131044150,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:44:04.253Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-09-20T09:44:04.256Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:44:04.256Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:44:04.279Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:44:04.279Z||pool-50-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:44:05.163Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-20T09:44:05.165Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-20T09:44:05.166Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 431b880f-76af-4839-87ed-f0a1ee7edcee, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-20T09:44:05.166Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-20T09:44:05.167Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-20T09:44:05.167Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-20T09:44:05.388Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8269324269156831865/Definitions/service-BasicCnf-template.yml
2021-09-20T09:44:06.718Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-20T09:44:06.719Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-20T09:44:06.719Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-20T09:44:06.719Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-20T09:44:06.719Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-20T09:44:06.719Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-20T09:44:06.719Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-20T09:44:06.720Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-20T09:44:06.720Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-20T09:44:06.720Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.720Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:44:06.721Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-20T09:44:06.721Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-20T09:44:06.721Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-20T09:44:06.722Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.722Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:44:06.722Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-20T09:44:06.722Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-20T09:44:06.722Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-20T09:44:06.723Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.723Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:44:06.723Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.723Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-20T09:44:06.724Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-20T09:44:06.724Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-20T09:44:06.724Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-20T09:44:06.725Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.725Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-20T09:44:06.725Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.726Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-20T09:44:06.726Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T09:44:06.726Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.727Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-20T09:44:06.727Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T09:44:06.727Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.727Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-20T09:44:06.727Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-20T09:44:06.728Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.728Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-20T09:44:06.728Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-20T09:44:06.728Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=112a7090-4f41-4c41-86cb-f2ec5fb5320b
2021-09-20T09:44:06.729Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.729Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:44:06.729Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.729Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:44:06.730Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.730Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:44:06.730Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:06.730Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:44:06.730Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f5465d8c-25ac-4860-96e5-1d51f280ad68
Model Version:NULL
Model InvariantUuid:3264555e-78c0-4e83-94eb-29a70590be8d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:d81e4b26-47bc-465c-9bc8-4337e38e4360
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d6d6ca1d-5a4a-4dcd-a8e4-67b01afc06bf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6c25cdb2-7c8f-4155-8bc5-b9cc20b29b7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8a8f4133-7318-4ac9-b096-96c6f9f6d828
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:283a50eb-221b-41d5-afff-c72928af0747
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:112a7090-4f41-4c41-86cb-f2ec5fb5320b
ModelInvariantUuid:f70289fc-0e53-4903-8e8d-855a2d5620de
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e359274a-5fe5-4c8b-9bee-640f82ace62c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:f14c9958-f6c4-4404-94f5-035db269bc67
ModelInvariantUuid:13c4bf54-5e77-4007-8ef6-581073c0d4ef
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:0ec9f21d-e08f-47d5-b5e5-c563c72e13f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-20T09:44:06.739Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: bc5d5572-ecb6-4594-8d16-f68ce928be9c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T09:44:06.743Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||basic_cnf 0
2021-09-20T09:44:06.743Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc5d5572-ecb6-4594-8d16-f68ce928be9c
2021-09-20T09:44:06.743Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6bc16906-831b-4a8d-901c-9e62bb72f190 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-20T09:44:06.744Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-20T09:44:06.744Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-20T09:44:09.041Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-20T09:44:09.042Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6bc16906-831b-4a8d-901c-9e62bb72f190 12
2021-09-20T09:44:09.042Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-20T09:44:09.042Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-20T09:44:09.042Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:44:09.043Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:44:09.045Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:44:09.045Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632131049042,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:44:09.146Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-20T09:44:09.147Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:44:09.147Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:44:09.168Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:44:09.168Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:44:10.045Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0b76d646-628d-4d5a-bd31-2fedba2d7763 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-20T09:44:10.046Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-20T09:44:10.046Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-20T09:44:11.443Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-20T09:44:11.443Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0b76d646-628d-4d5a-bd31-2fedba2d7763 2688
2021-09-20T09:44:11.444Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-20T09:44:11.444Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-20T09:44:11.444Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:44:11.445Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:44:11.447Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:44:11.447Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632131051444,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:44:11.548Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-20T09:44:11.550Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:44:11.550Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:44:11.576Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:44:11.577Z||pool-52-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:44:12.448Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: be3accd0-752e-402e-9d3d-fa0ca4cf6810 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-20T09:44:12.449Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-20T09:44:12.449Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-20T09:44:13.684Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-20T09:44:13.684Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json be3accd0-752e-402e-9d3d-fa0ca4cf6810 828
2021-09-20T09:44:13.685Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-20T09:44:13.685Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-20T09:44:13.685Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:44:13.685Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:44:13.688Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:44:13.688Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632131053685,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:44:13.788Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:44:13.789Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:44:13.789Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:44:13.809Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:44:13.809Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-20T09:44:14.689Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "8a8f4133-7318-4ac9-b096-96c6f9f6d828",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "283a50eb-221b-41d5-afff-c72928af0747",
"vfModuleModelCustomizationUUID": "ebd787ce-0b75-4ad1-afeb-4b2184622252",
"isBase": true,
"artifacts": [
"0b76d646-628d-4d5a-bd31-2fedba2d7763",
"3f5523d4-84b7-4441-b13f-0ba855d102cd",
"4a2daa04-f043-4e29-b385-b37ed350f993"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-20T09:44:14.694Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:283a50eb-221b-41d5-afff-c72928af0747
VfModuleModelInvariantUUID:8a8f4133-7318-4ac9-b096-96c6f9f6d828
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b76d646-628d-4d5a-bd31-2fedba2d7763
,
3f5523d4-84b7-4441-b13f-0ba855d102cd
,
4a2daa04-f043-4e29-b385-b37ed350f993
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-20T09:44:14.696Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "8a8f4133-7318-4ac9-b096-96c6f9f6d828",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "283a50eb-221b-41d5-afff-c72928af0747",
"vfModuleModelCustomizationUUID": "ebd787ce-0b75-4ad1-afeb-4b2184622252",
"isBase": true,
"artifacts": [
"0b76d646-628d-4d5a-bd31-2fedba2d7763",
"3f5523d4-84b7-4441-b13f-0ba855d102cd",
"4a2daa04-f043-4e29-b385-b37ed350f993"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-20T09:44:14.696Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:283a50eb-221b-41d5-afff-c72928af0747
VfModuleModelInvariantUUID:8a8f4133-7318-4ac9-b096-96c6f9f6d828
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b76d646-628d-4d5a-bd31-2fedba2d7763
,
3f5523d4-84b7-4441-b13f-0ba855d102cd
,
4a2daa04-f043-4e29-b385-b37ed350f993
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-20T09:44:14.696Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3f5523d4-84b7-4441-b13f-0ba855d102cd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-20T09:44:14.696Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-20T09:44:14.696Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-20T09:44:15.505Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-20T09:44:15.506Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3f5523d4-84b7-4441-b13f-0ba855d102cd 1164
2021-09-20T09:44:15.506Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-20T09:44:15.506Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-20T09:44:15.506Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:44:15.506Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:44:15.509Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:44:15.509Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632131055506,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:44:15.611Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-20T09:44:15.612Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:44:15.612Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:44:15.627Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:44:15.627Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-20T09:44:16.510Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a2daa04-f043-4e29-b385-b37ed350f993 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-20T09:44:16.510Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-20T09:44:16.510Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-20T09:44:17.488Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-20T09:44:17.488Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4a2daa04-f043-4e29-b385-b37ed350f993 200
2021-09-20T09:44:17.489Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-20T09:44:17.489Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-20T09:44:17.489Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-20T09:44:17.489Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-20T09:44:17.491Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-20T09:44:17.491Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3d897dda-22e1-4cba-b5f9-6744f1bdc198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632131057489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-09-20T09:44:17.591Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-20T09:44:17.592Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-20T09:44:17.592Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RithB3uL1SbCDQR3) ...
2021-09-20T09:44:17.606Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-20T09:44:17.607Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-20T09:44:18.491Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f5465d8c-25ac-4860-96e5-1d51f280ad68
2021-09-20T09:44:18.492Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 bc5d5572-ecb6-4594-8d16-f68ce928be9c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-09-20T09:44:18.510Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-20T09:44:18.520Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13c4c807, org.onap.sdc.toscaparser.api.parameters.Input@17bdfdbe, org.onap.sdc.toscaparser.api.parameters.Input@5db451a, org.onap.sdc.toscaparser.api.parameters.Input@212cefdf, org.onap.sdc.toscaparser.api.parameters.Input@149d9f0d]
2021-09-20T09:44:18.521Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-20T09:44:18.521Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-20T09:44:18.521Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-20T09:44:18.522Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6c25cdb2-7c8f-4155-8bc5-b9cc20b29b7f
2021-09-20T09:44:18.522Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6c25cdb2-7c8f-4155-8bc5-b9cc20b29b7f matches Tosca VF Customization UUID: 6c25cdb2-7c8f-4155-8bc5-b9cc20b29b7f
2021-09-20T09:44:18.522Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6c25cdb2-7c8f-4155-8bc5-b9cc20b29b7f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-20T09:44:18.524Z|3d897dda-22e1-4cba-b5f9-6744f1bdc198|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery