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-25T15:27:16.966Z||main|||||INFO|500||The following profiles are active: basic
2021-09-25T15:27:25.583Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-25T15:27:25.584Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-25T15:27:25.656Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-25T15:27:27.573Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-25T15:27:27.747Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-25T15:27:28.053Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-25T15:27:28.059Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-25T15:27:28.127Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-25T15:27:28.244Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-25T15:27:28.590Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-25T15:27:29.390Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-25T15:27:31.158Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-25T15:27:31.213Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-25T15:27:31.657Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-25T15:27:31.917Z||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-25T15:27:33.042Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-25T15:27:34.004Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-25T15:27:34.019Z||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$$a7455e32.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-25T15:27:34.020Z||main|||||WARN|500||The sdc end point is not alive
2021-09-25T15:27:36.541Z||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-25T15:27:38.795Z||main|||||WARN|500||---
2021-09-25T15:27:38.795Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-25T15:27:38.795Z||main|||||WARN|500||---
2021-09-25T15:27:39.177Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-25T15:27:42.689Z||main|||||INFO|500||Started Application in 29.772 seconds (JVM running for 30.929)
2021-09-25T15:27:42.706Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T15:27:42.708Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T15:27:42.721Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T15:27:42.794Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T15:27:42.832Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3d9529b-b508-44d3-a5fc-d611a24c9121 url= /sdc/v1/artifactTypes
2021-09-25T15:27:42.832Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T15:27:43.055Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-25T15:27:43.070Z||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-25T15:27:43.092Z||scheduling-1|||||DEBUG|500||create keys
2021-09-25T15:27:43.098Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-25T15:27:43.125Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:27:43.140Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 09805456-f338-4d2d-b559-0f022b279d06 url= /sdc/v1/registerForDistribution
2021-09-25T15:27:43.252Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 09805456-f338-4d2d-b559-0f022b279d06 url= /sdc/v1/registerForDistribution
2021-09-25T15:27:43.252Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-25T15:27:43.259Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:27:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:27:43.264Z||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-25T15:27:43.264Z||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-25T15:27:43.264Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:27:43.264Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:27:43.265Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-25T15:27:53.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:27:53.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:28:43.258Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:28:43.259Z||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-25T15:28:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:28:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:28:43.261Z||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-25T15:28:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:28:52.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:28:52.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:29:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:29:43.260Z||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-25T15:29:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:29:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:29:43.260Z||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-25T15:29:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:29:52.811Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:29:52.812Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:30:43.259Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:30:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:30:43.262Z||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-25T15:30:43.262Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:30:43.264Z||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-25T15:30:43.265Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:30:52.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:30:52.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:31:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:31:43.260Z||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-25T15:31:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:31:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:31:43.260Z||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-25T15:31:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:31:52.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:31:52.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:32:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:32:43.259Z||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-25T15:32:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:32:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:32:43.260Z||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-25T15:32:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:32:52.807Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:32:52.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:33:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:33:43.259Z||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-25T15:33:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:33:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:33:43.260Z||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-25T15:33:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:33:52.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:33:52.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:34:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:34:43.259Z||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-25T15:34:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:34:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:34:43.261Z||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-25T15:34:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:34:52.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:34:52.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:35:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:35:43.259Z||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-25T15:35:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:35:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:35:43.260Z||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-25T15:35:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:35:52.834Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:35:52.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:36:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:36:43.259Z||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-25T15:36:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:36:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:36:43.260Z||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-25T15:36:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:36:52.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:36:52.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:37:08.261Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-25T15:37:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:37:43.259Z||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-25T15:37:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:37:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:37:43.260Z||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-25T15:37:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:37:52.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:37:52.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:38:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:38:43.259Z||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-25T15:38:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:38:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:38:43.260Z||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-25T15:38:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:38:52.803Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:38:52.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:39:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:39:43.259Z||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-25T15:39:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:39:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:39:43.261Z||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-25T15:39:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:39:52.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:39:52.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:40:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:40:43.259Z||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-25T15:40:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:40:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:40:43.260Z||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-25T15:40:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:40:52.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:40:52.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:41:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:41:43.259Z||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-25T15:41:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:41:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:41:43.260Z||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-25T15:41:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:41:52.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:41:52.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:42:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:42:43.259Z||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-25T15:42:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:42:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:42:43.261Z||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-25T15:42:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:42:52.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:42:52.809Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:43:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:43:43.259Z||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-25T15:43:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:43:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:43:43.260Z||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-25T15:43:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:43:52.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:43:52.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:44:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:44:43.259Z||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-25T15:44:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:44:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:44:43.260Z||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-25T15:44:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:44:52.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:44:52.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:45:43.259Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:45:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:45:43.261Z||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-25T15:45:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:45:43.261Z||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-25T15:45:43.262Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:45:52.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:45:52.811Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:46:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:46:43.259Z||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-25T15:46:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:46:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:46:43.260Z||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-25T15:46:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:46:52.820Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:46:52.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:47:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:47:43.259Z||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-25T15:47:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:47:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:47:43.260Z||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-25T15:47:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:47:52.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:47:52.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:48:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:48:43.259Z||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-25T15:48:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:48:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:48:43.260Z||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-25T15:48:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:48:52.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:48:52.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:49:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:49:43.259Z||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-25T15:49:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:49:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:49:43.260Z||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-25T15:49:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:49:52.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:49:52.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:50:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:50:43.259Z||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-25T15:50:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:50:43.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:50:43.262Z||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-25T15:50:43.262Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:50:52.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:50:52.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:51:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:51:43.259Z||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-25T15:51:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:51:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:51:43.260Z||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-25T15:51:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:51:52.807Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:51:52.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:52:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:52:43.259Z||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-25T15:52:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:52:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:52:43.260Z||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-25T15:52:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:52:52.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:52:52.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:53:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:53:43.259Z||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-25T15:53:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:53:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:53:43.260Z||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-25T15:53:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:53:52.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:53:52.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:54:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:54:43.259Z||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-25T15:54:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:54:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:54:43.261Z||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-25T15:54:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:54:52.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:54:52.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:55:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:55:43.259Z||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-25T15:55:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:55:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:55:43.260Z||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-25T15:55:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:55:52.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:55:52.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:56:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:56:43.259Z||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-25T15:56:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:56:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:56:43.260Z||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-25T15:56:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:56:52.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:56:52.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:57:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:57:43.259Z||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-25T15:57:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:57:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:57:43.260Z||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-25T15:57:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:57:52.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:57:52.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:58:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:58:43.259Z||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-25T15:58:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:58:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:58:43.260Z||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-25T15:58:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:58:52.802Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:58:52.805Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:59:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:59:43.259Z||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-25T15:59:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:59:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T15:59:43.260Z||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-25T15:59:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T15:59:52.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T15:59:52.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:00:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:00:43.259Z||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-25T16:00:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:00:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:00:43.260Z||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-25T16:00:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:00:52.805Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:00:52.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:01:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:01:43.259Z||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-25T16:01:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:01:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:01:43.260Z||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-25T16:01:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:01:52.821Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:01:52.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:02:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:02:43.259Z||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-25T16:02:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:02:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:02:43.260Z||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-25T16:02:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:02:52.809Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:02:52.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:03:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:03:43.259Z||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-25T16:03:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:03:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:03:43.260Z||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-25T16:03:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:03:52.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:03:52.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:04:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:04:43.259Z||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-25T16:04:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:04:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:04:43.260Z||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-25T16:04:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:04:52.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:04:52.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:05:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:05:43.260Z||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-25T16:05:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:05:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:05:43.260Z||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-25T16:05:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:05:52.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:05:52.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:06:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:06:43.259Z||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-25T16:06:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:06:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:06:43.260Z||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-25T16:06:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:06:52.809Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:06:52.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:07:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:07:43.259Z||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-25T16:07:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:07:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:07:43.260Z||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-25T16:07:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:07:52.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:07:52.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:08:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:08:43.259Z||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-25T16:08:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:08:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:08:43.260Z||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-25T16:08:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:08:52.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:08:52.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:09:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:09:43.259Z||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-25T16:09:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:09:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:09:43.260Z||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-25T16:09:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:09:52.804Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:09:52.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:10:43.258Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:10:43.259Z||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-25T16:10:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:10:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:10:43.260Z||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-25T16:10:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:10:52.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:10:52.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:11:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:11:43.259Z||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-25T16:11:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:11:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:11:43.261Z||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-25T16:11:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:11:52.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:11:52.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:12:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:12:43.259Z||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-25T16:12:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:12:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:12:43.260Z||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-25T16:12:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:12:52.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:12:52.803Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:13:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:13:43.259Z||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-25T16:13:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:13:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:13:43.260Z||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-25T16:13:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:13:52.801Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:13:52.807Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:14:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:14:43.259Z||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-25T16:14:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:14:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:14:43.260Z||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-25T16:14:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:14:52.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:14:52.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:15:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:15:43.259Z||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-25T16:15:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:15:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:15:43.260Z||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-25T16:15:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:15:52.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:15:52.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:16:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:16:43.259Z||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-25T16:16:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:16:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:16:43.260Z||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-25T16:16:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:16:52.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:16:52.803Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:17:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:17:43.259Z||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-25T16:17:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:17:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:17:43.260Z||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-25T16:17:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:17:52.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:17:52.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:18:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:18:43.259Z||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-25T16:18:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:18:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:18:43.260Z||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-25T16:18:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:18:52.807Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:18:52.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:19:43.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:19:43.259Z||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-25T16:19:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:19:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:19:43.260Z||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-25T16:19:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:19:52.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:19:52.807Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:20:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:20:43.259Z||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-25T16:20:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:20:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:20:43.261Z||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-25T16:20:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:20:52.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:20:52.808Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:21:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:21:43.259Z||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-25T16:21:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:21:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:21:43.260Z||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-25T16:21:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:21:52.805Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:21:52.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:22:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:22:43.259Z||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-25T16:22:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:22:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:22:43.260Z||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-25T16:22:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:22:52.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:22:52.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:23:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:23:43.259Z||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-25T16:23:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:23:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:23:43.260Z||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-25T16:23:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:23:52.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:23:52.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:24:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:24:43.259Z||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-25T16:24:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:24:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:24:43.260Z||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-25T16:24:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:24:52.805Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:24:52.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:25:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:25:43.259Z||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-25T16:25:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:25:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:25:43.260Z||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-25T16:25:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:25:52.807Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:25:52.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:26:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:26:43.259Z||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-25T16:26:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:26:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:26:43.260Z||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-25T16:26:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:26:52.802Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:26:52.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:27:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:27:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:27:43.261Z||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-25T16:27:43.262Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:27:43.261Z||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-25T16:27:43.262Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:27:52.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:27:52.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:28:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:28:43.259Z||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-25T16:28:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:28:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:28:43.260Z||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-25T16:28:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:28:52.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:28:52.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:29:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:29:43.259Z||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-25T16:29:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:29:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:29:43.260Z||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-25T16:29:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:29:52.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:29:52.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:30:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:30:43.259Z||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-25T16:30:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:30:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:30:43.260Z||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-25T16:30:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:30:52.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:30:52.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:31:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:31:43.259Z||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-25T16:31:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:31:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:31:43.260Z||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-25T16:31:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:31:52.803Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:31:52.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:32:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:32:43.259Z||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-25T16:32:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:32:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:32:43.260Z||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-25T16:32:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:32:52.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:32:52.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:33:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:33:43.259Z||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-25T16:33:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:33:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:33:43.260Z||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-25T16:33:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:33:52.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:33:52.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:34:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:34:43.259Z||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-25T16:34:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:34:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:34:43.260Z||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-25T16:34:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:34:52.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:34:52.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:35:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:35:43.259Z||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-25T16:35:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:35:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:35:43.260Z||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-25T16:35:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:35:52.803Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:35:52.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:36:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:36:43.259Z||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-25T16:36:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:36:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:36:43.260Z||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-25T16:36:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:36:52.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:36:52.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:37:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:37:43.259Z||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-25T16:37:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:37:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:37:43.260Z||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-25T16:37:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:37:52.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:37:52.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:38:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:38:43.259Z||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-25T16:38:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:38:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:38:43.260Z||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-25T16:38:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:38:52.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:38:52.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:39:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:39:43.259Z||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-25T16:39:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:39:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:39:43.260Z||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-25T16:39:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:39:52.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:39:52.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:40:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:40:43.259Z||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-25T16:40:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:40:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:40:43.260Z||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-25T16:40:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:40:52.808Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:40:52.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:41:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:41:43.259Z||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-25T16:41:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:41:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:41:43.260Z||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-25T16:41:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:41:52.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:41:52.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:42:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:42:43.259Z||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-25T16:42:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:42:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:42:43.260Z||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-25T16:42:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:42:52.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:42:52.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:43:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:43:43.259Z||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-25T16:43:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:43:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:43:43.260Z||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-25T16:43:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:43:52.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:43:52.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:44:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:44:43.259Z||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-25T16:44:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:44:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:44:43.260Z||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-25T16:44:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:44:52.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:44:52.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:45:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:45:43.259Z||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-25T16:45:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:45:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:45:43.260Z||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-25T16:45:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:45:52.799Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:45:52.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:46:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:46:43.259Z||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-25T16:46:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:46:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:46:43.260Z||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-25T16:46:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:46:52.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:46:52.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:47:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:47:43.260Z||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-25T16:47:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:47:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:47:43.260Z||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-25T16:47:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:47:52.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:47:52.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:48:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:48:43.259Z||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-25T16:48:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:48:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:48:43.260Z||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-25T16:48:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:48:52.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:48:52.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:49:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:49:43.259Z||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-25T16:49:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:49:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:49:43.260Z||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-25T16:49:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:49:52.808Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:49:52.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:50:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:50:43.259Z||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-25T16:50:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:50:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:50:43.260Z||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-25T16:50:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:50:52.808Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:50:52.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:51:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:51:43.259Z||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-25T16:51:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:51:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:51:43.260Z||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-25T16:51:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:51:52.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:51:52.803Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:52:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:52:43.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:52:43.286Z||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-25T16:52:43.286Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:52:43.288Z||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-25T16:52:43.288Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:52:52.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:52:52.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:53:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:53:43.259Z||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-25T16:53:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:53:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:53:43.260Z||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-25T16:53:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:53:52.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:53:52.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:54:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:54:43.259Z||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-25T16:54:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:54:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:54:43.260Z||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-25T16:54:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:54:52.801Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:54:52.803Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:55:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:55:43.259Z||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-25T16:55:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:55:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:55:43.260Z||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-25T16:55:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:55:52.808Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:55:52.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:56:43.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:56:43.259Z||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-25T16:56:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:56:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:56:43.260Z||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-25T16:56:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:56:52.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:56:52.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:57:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:57:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T16:57:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T16:57:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:57:43.260Z||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-25T16:57:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:57:52.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:57:52.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:58:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:58:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T16:58:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T16:58:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:58:43.260Z||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-25T16:58:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:58:52.799Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:58:52.807Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:59:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:59:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T16:59:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T16:59:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T16:59:43.260Z||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-25T16:59:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T16:59:52.801Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T16:59:52.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:00:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:00:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:00:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:00:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:00:43.260Z||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-25T17:00:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:00:52.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:00:52.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:01:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:01:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:01:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:01:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:01:43.260Z||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-25T17:01:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:01:52.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:01:52.807Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:02:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:02:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:02:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:02:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:02:43.260Z||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-25T17:02:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:02:52.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:02:52.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:03:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:03:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:03:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:03:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:03:43.260Z||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-25T17:03:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:03:52.802Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:03:52.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:04:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:04:43.259Z||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-25T17:04:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:04:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:04:43.260Z||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-25T17:04:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:04:52.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:04:52.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:05:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:05:43.259Z||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-25T17:05:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:05:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:05:43.260Z||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-25T17:05:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:05:52.796Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:05:52.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:06:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:06:43.259Z||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-25T17:06:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:06:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:06:43.260Z||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-25T17:06:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:06:52.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:06:52.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:07:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:07:43.259Z||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-25T17:07:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:07:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:07:43.260Z||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-25T17:07:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:07:52.799Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:07:52.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:08:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:08:43.259Z||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-25T17:08:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:08:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:08:43.260Z||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-25T17:08:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:08:52.798Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:08:52.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:09:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:09:43.259Z||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-25T17:09:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:09:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:09:43.260Z||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-25T17:09:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:09:52.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:09:52.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:10:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:10:43.259Z||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-25T17:10:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:10:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:10:43.260Z||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-25T17:10:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:10:52.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:10:52.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:11:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:11:43.259Z||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-25T17:11:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:11:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:11:43.260Z||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-25T17:11:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:11:52.801Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:11:52.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:12:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:12:43.259Z||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-25T17:12:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:12:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:12:43.260Z||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-25T17:12:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:12:52.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:12:52.802Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:13:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:13:43.259Z||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-25T17:13:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:13:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:13:43.260Z||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-25T17:13:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:13:52.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:13:52.811Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:14:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:14:43.259Z||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-25T17:14:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:14:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:14:43.260Z||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-25T17:14:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:14:52.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:14:52.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:15:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:15:43.259Z||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-25T17:15:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:15:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:15:43.260Z||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-25T17:15:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:15:52.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:15:52.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:16:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:16:43.259Z||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-25T17:16:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:16:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:16:43.260Z||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-25T17:16:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:16:52.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:16:52.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:17:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:17:43.259Z||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-25T17:17:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:17:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:17:43.260Z||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-25T17:17:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:17:52.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:17:52.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:18:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:18:43.259Z||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-25T17:18:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:18:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:18:43.260Z||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-25T17:18:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:18:52.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:18:52.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:19:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:19:43.259Z||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-25T17:19:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:19:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:19:43.260Z||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-25T17:19:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:19:52.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:19:52.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:20:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:20:43.259Z||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-25T17:20:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:20:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:20:43.260Z||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-25T17:20:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:20:52.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:20:52.807Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:21:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:21:43.259Z||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-25T17:21:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:21:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:21:43.260Z||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-25T17:21:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:21:52.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:21:52.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:22:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:22:43.259Z||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-25T17:22:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:22:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:22:43.260Z||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-25T17:22:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:22:52.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:22:52.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:23:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:23:43.259Z||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-25T17:23:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:23:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:23:43.260Z||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-25T17:23:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:23:52.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:23:52.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:24:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:24:43.259Z||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-25T17:24:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:24:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:24:43.260Z||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-25T17:24:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:24:52.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:24:52.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:25:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:25:43.259Z||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-25T17:25:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:25:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:25:43.260Z||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-25T17:25:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:25:52.803Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:25:52.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:26:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:26:43.259Z||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-25T17:26:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:26:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:26:43.260Z||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-25T17:26:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:26:52.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:26:52.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:27:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:27:43.259Z||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-25T17:27:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:27:43.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:27:43.260Z||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-25T17:27:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:27:52.801Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:27:52.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:28:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:28:43.259Z||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-25T17:28:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:28:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:28:43.260Z||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-25T17:28:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:28:52.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:28:52.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:29:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:29:43.259Z||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-25T17:29:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:29:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:29:43.260Z||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-25T17:29:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:29:52.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:29:52.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:30:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:30:43.259Z||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-25T17:30:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:30:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:30:43.260Z||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-25T17:30:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:30:52.804Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:30:52.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:31:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:31:43.259Z||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-25T17:31:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:31:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:31:43.260Z||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-25T17:31:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:31:52.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:31:52.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:32:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:32:43.259Z||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-25T17:32:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:32:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:32:43.260Z||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-25T17:32:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:32:52.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:32:52.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:33:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:33:43.259Z||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-25T17:33:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:33:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:33:43.260Z||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-25T17:33:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:33:52.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:33:52.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:34:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:34:43.260Z||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-25T17:34:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:34:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:34:43.260Z||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-25T17:34:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:34:52.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:34:52.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:35:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:35:43.259Z||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-25T17:35:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:35:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:35:43.260Z||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-25T17:35:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:35:52.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:35:52.808Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:36:43.258Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:36:43.259Z||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-25T17:36:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:36:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:36:43.260Z||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-25T17:36:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:36:52.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:36:52.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:37:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:37:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:37:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:37:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:37:43.260Z||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-25T17:37:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:37:52.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:37:52.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:38:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:38:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:38:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:38:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:38:43.260Z||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-25T17:38:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:38:52.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:38:52.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:39:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:39:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:39:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:39:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:39:43.260Z||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-25T17:39:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:39:52.799Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:39:52.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:40:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:40:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:40:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:40:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:40:43.260Z||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-25T17:40:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:40:52.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:40:52.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:41:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:41:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:41:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:41:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:41:43.260Z||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-25T17:41:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:41:52.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:41:52.808Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:42:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:42:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:42:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:42:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:42:43.260Z||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-25T17:42:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:42:52.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:42:52.830Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:43:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:43:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:43:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:43:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:43:43.260Z||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-25T17:43:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:43:52.805Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:43:52.807Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:44:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:44:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:44:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:44:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:44:43.260Z||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-25T17:44:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:44:52.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:44:52.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:45:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:45:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:45:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:45:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:45:43.260Z||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-25T17:45:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:45:52.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:45:52.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:46:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:46:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:46:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:46:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:46:43.260Z||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-25T17:46:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:46:52.837Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:46:52.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:47:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:47:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:47:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:47:43.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:47:43.260Z||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-25T17:47:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:47:52.801Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:47:52.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:48:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:48:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:48:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:48:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:48:43.260Z||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-25T17:48:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:48:52.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:48:52.807Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:49:40.757Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x03M0x040xf1U0x0d~o\0xdf0x920xcb0x120xd30xd20xce0xd90xc5.0xe20x89]0xfbt80x02?0xb90xc20xa20xc3/0x8f]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T17:49:43.258Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:49:43.259Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T17:49:43.259Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:49:43.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:49:43.260Z||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-25T17:49:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:49:52.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:49:52.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:50:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:50:43.259Z||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-25T17:50:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:50:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:50:43.260Z||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-25T17:50:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:50:52.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:50:52.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:51:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:51:43.259Z||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-25T17:51:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:51:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:51:43.260Z||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-25T17:51:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:51:52.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:51:52.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:52:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:52:43.259Z||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-25T17:52:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:52:43.260Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:52:43.260Z||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-25T17:52:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:52:52.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:52:52.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:53:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:53:43.259Z||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-25T17:53:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:53:43.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:53:43.260Z||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-25T17:53:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:53:52.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:53:52.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:54:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:54:43.259Z||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-25T17:54:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:54:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:54:43.260Z||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-25T17:54:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:54:52.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:54:52.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:55:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:55:43.259Z||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-25T17:55:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:55:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:55:43.260Z||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-25T17:55:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:55:52.803Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:55:52.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:56:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:56:43.258Z||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-25T17:56:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:56:43.260Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:56:43.260Z||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-25T17:56:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:56:52.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:56:52.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:57:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:57:43.259Z||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-25T17:57:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:57:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:57:43.260Z||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-25T17:57:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:57:52.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:57:52.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:43.258Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:58:43.259Z||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-25T17:58:43.259Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:58:43.260Z||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-25T17:58:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:45.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:45.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T17:58:45.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc9a2e13-6f35-48ce-babc-8428632fcf5f","serviceName":"basic_onboard_hPJYzD","serviceVersion":"1.0","serviceUUID":"b74b9a25-c15d-49ea-94e1-1e2b6587949a","serviceDescription":"service","serviceInvariantUUID":"4fba7cd7-b656-4484-a66d-5c76ae0cdc7b","resources":[{"resourceInstanceName":"basic_onboard_hPJYzD 0","resourceName":"basic_onboard_hPJYzD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa8472f7-ac1f-4e6b-af05-39c7e69acec1","resourceInvariantUUID":"257ed22f-5409-411f-8334-6fda67907488","resourceCustomizationUUID":"07d0b9c4-33e4-43c0-863f-74af640039ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml","artifactChecksum":"YTVlMTZiMTFlODM0N2Q3MWQ4ZTMyMGVmZDEzNjBjZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5e6b378-fba2-42d8-98c6-3330c8063bba","artifactVersion":"1"},{"artifactName":"basic_onboard_hpjyzd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json","artifactChecksum":"Yzc4YzBjNmVhNmNjOGExOTk2NGQ3YmUyMTBlZTAyYzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b19b5b4-0760-4bd2-bfd7-034b4be10b54","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d5b0a0e-fb75-444f-8376-bde17bc121a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"61a4719e-d4f2-4cfe-ad15-b54a003d5ba0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"228beb51-8390-4369-9aa0-1d63f023c3ec","artifactVersion":"2","generatedFromUUID":"8d5b0a0e-fb75-444f-8376-bde17bc121a1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHpjyzd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml","artifactChecksum":"Nzc5OTAyYWJmNzM1YjkyMDg2YmRiNTdiYmMzODg5OWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e5794c4-d0db-43f5-a6be-954f9c27aa17","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHpjyzd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar","artifactChecksum":"NTE4MzVlYWM1NjEzYzNiYjg1NmEzZmJjOGU5NzA2YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b5b752c2-597c-49bc-b915-fe8650987a0e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T17:58:45.630Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T17:58:45.635Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:58:45.642Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:58:45.642Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T17:58:45.742Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-25T17:58:45.744Z||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-25T17:58:45.745Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:45.761Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:45.761Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2021-09-25T17:58:45.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:45.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T17:58:45.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T17:58:45.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T17:58:45.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T17:58:45.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632592724231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T17:58:45.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T17:58:46.646Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T17:58:46.647Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:58:46.648Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:58:46.648Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T17:58:46.748Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:58:46.749Z||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-25T17:58:46.749Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:46.758Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:46.758Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T17:58:47.648Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T17:58:47.649Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:58:47.650Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:58:47.651Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T17:58:47.751Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:58:47.751Z||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-25T17:58:47.751Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:47.761Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:47.761Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T17:58:48.651Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T17:58:48.652Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:58:48.654Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:58:48.654Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T17:58:48.754Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:58:48.754Z||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-25T17:58:48.755Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:48.766Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:48.767Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T17:58:49.654Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T17:58:49.655Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:58:49.657Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:58:49.657Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T17:58:49.757Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:58:49.758Z||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-25T17:58:49.758Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:49.766Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:49.767Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-25T17:58:50.657Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T17:58:50.658Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:58:50.660Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:58:50.660Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T17:58:50.760Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:58:50.761Z||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-25T17:58:50.761Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:50.770Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:50.770Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T17:58:51.660Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T17:58:51.661Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:58:51.663Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:58:51.663Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T17:58:51.763Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:58:51.763Z||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-25T17:58:51.763Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:51.772Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:51.773Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T17:58:52.664Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"serviceName": "basic_onboard_hPJYzD",
"serviceVersion": "1.0",
"serviceUUID": "b74b9a25-c15d-49ea-94e1-1e2b6587949a",
"serviceDescription": "service",
"serviceInvariantUUID": "4fba7cd7-b656-4484-a66d-5c76ae0cdc7b",
"resources": [
{
"resourceInstanceName": "basic_onboard_hPJYzD 0",
"resourceCustomizationUUID": "07d0b9c4-33e4-43c0-863f-74af640039ba",
"resourceName": "basic_onboard_hPJYzD",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fa8472f7-ac1f-4e6b-af05-39c7e69acec1",
"resourceInvariantUUID": "257ed22f-5409-411f-8334-6fda67907488",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hpjyzd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"artifactChecksum": "Yzc4YzBjNmVhNmNjOGExOTk2NGQ3YmUyMTBlZTAyYzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6b19b5b4-0760-4bd2-bfd7-034b4be10b54",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8d5b0a0e-fb75-444f-8376-bde17bc121a1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "228beb51-8390-4369-9aa0-1d63f023c3ec",
"generatedFromUUID": "8d5b0a0e-fb75-444f-8376-bde17bc121a1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "228beb51-8390-4369-9aa0-1d63f023c3ec",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHpjyzd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"artifactChecksum": "NTE4MzVlYWM1NjEzYzNiYjg1NmEzZmJjOGU5NzA2YTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b5b752c2-597c-49bc-b915-fe8650987a0e"
}
],
"workloadContext": "Production"
}
2021-09-25T17:58:52.665Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T17:58:52.665Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b74b9a25-c15d-49ea-94e1-1e2b6587949a ASDC
2021-09-25T17:58:52.755Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fc9a2e13-6f35-48ce-babc-8428632fcf5f
ServiceName:basic_onboard_hPJYzD
ServiceVersion:1.0
ServiceUUID:b74b9a25-c15d-49ea-94e1-1e2b6587949a
ServiceInvariantUUID:4fba7cd7-b656-4484-a66d-5c76ae0cdc7b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHpjyzd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar
ArtifactUUID:b5b752c2-597c-49bc-b915-fe8650987a0e
ArtifactChecksum:NTE4MzVlYWM1NjEzYzNiYjg1NmEzZmJjOGU5NzA2YTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hPJYzD 0
ResourceCustomizationUUID:07d0b9c4-33e4-43c0-863f-74af640039ba
ResourceInvariantUUID:257ed22f-5409-411f-8334-6fda67907488
ResourceName:basic_onboard_hPJYzD
ResourceType:VF
ResourceUUID:fa8472f7-ac1f-4e6b-af05-39c7e69acec1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hpjyzd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json
ArtifactUUID:6b19b5b4-0760-4bd2-bfd7-034b4be10b54
ArtifactChecksum:Yzc4YzBjNmVhNmNjOGExOTk2NGQ3YmUyMTBlZTAyYzc=
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/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8d5b0a0e-fb75-444f-8376-bde17bc121a1
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/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env
ArtifactUUID:228beb51-8390-4369-9aa0-1d63f023c3ec
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/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env
ArtifactUUID:228beb51-8390-4369-9aa0-1d63f023c3ec
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-25T17:58:52.755Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b74b9a25-c15d-49ea-94e1-1e2b6587949a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T17:58:52.947Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T17:58:52.947Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T17:58:52.948Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T17:58:52.948Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b5b752c2-597c-49bc-b915-fe8650987a0e from URL: /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:52.948Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T17:58:52.949Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:53.513Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T17:58:53.525Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar b5b752c2-597c-49bc-b915-fe8650987a0e 71384
2021-09-25T17:58:53.526Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar ASDC sendASDCNotification
2021-09-25T17:58:53.526Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:53.527Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T17:58:53.528Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:58:53.529Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:58:53.529Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592733525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T17:58:53.629Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:58:53.630Z||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-25T17:58:53.630Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:53.641Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:53.642Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T17:58:54.529Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T17:58:54.530Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T17:58:54.531Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b5b752c2-597c-49bc-b915-fe8650987a0e, URL: /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar to file: /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:54.531Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:54.581Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:54.582Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:55.040Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16385775002528129926/Definitions/service-BasicOnboardHpjyzd-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-25T17:58:56.720Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T17:58:56.724Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T17:58:56.724Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:56.724Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-25T17:58:56.724Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hPJYzD 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-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:56.724Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:56.724Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:56.724Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:56.724Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:56.724Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:56.725Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:56.725Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:56.725Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:58:56.725Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T17:58:56.730Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.731Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:58:56.733Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is matching search criteria
2021-09-25T17:58:56.733Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T17:58:56.735Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hPJYzD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T17:58:56.736Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.736Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:58:56.736Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is matching search criteria
2021-09-25T17:58:56.736Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T17:58:56.736Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hPJYzD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T17:58:56.737Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.737Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:58:56.739Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.740Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is not matching search criteria
2021-09-25T17:58:56.740Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-25T17:58:56.740Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-25T17:58:56.740Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-25T17:58:56.740Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T17:58:56.740Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T17:58:56.741Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.741Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T17:58:56.742Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.742Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is matching search criteria
2021-09-25T17:58:56.742Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hPJYzD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T17:58:56.742Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.743Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is matching search criteria
2021-09-25T17:58:56.743Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hPJYzD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T17:58:56.743Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.743Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is matching search criteria
2021-09-25T17:58:56.743Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hPJYzD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T17:58:56.743Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.743Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is not matching search criteria
2021-09-25T17:58:56.744Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T17:58:56.744Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T17:58:56.744Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ec06e335-00d8-4fb5-95a9-d58a1a81ce66
2021-09-25T17:58:56.744Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.744Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:58:56.744Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.745Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:58:56.745Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.745Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:58:56.745Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:58:56.745Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:58:56.745Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_hPJYzD
Description:service
Model UUID:b74b9a25-c15d-49ea-94e1-1e2b6587949a
Model Version:NULL
Model InvariantUuid:4fba7cd7-b656-4484-a66d-5c76ae0cdc7b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_hPJYzD
Model UUID:72829d22-be04-477a-8cfc-e6b045eb6335
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:257ed22f-5409-411f-8334-6fda67907488
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:07d0b9c4-33e4-43c0-863f-74af640039ba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0869a25a-77ae-41d9-9968-ec03ba130d9f
ModelName:BasicOnboardHpjyzd..base_ubuntu18..module-0
ModelUuid:5dffbf5b-8cd6-4382-8e37-a193804cdd8e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ec06e335-00d8-4fb5-95a9-d58a1a81ce66
ModelInvariantUuid:a7ae2f86-832e-4306-ac55-04c5a4a09f63
ModelName:basic_onboard_hPJYzD-nodes.ubuntu18Cvfc
ModelUuid:2ee2bec5-3cca-4097-abb7-d757f5a37d3c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b788c755-1666-4d00-b424-86e2d072bb5a
ModelInvariantUuid:f335e161-e42f-4a17-92e8-24ba09c2f49f
ModelName:BasicOnboardHpjyzd.compute.nodes.heat.ubuntu18
ModelUuid:6a214914-cb99-45c8-b568-14966ab9343d
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-25T17:58:56.768Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fa8472f7-ac1f-4e6b-af05-39c7e69acec1
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-25T17:58:56.837Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||basic_onboard_hPJYzD 0
2021-09-25T17:58:56.842Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa8472f7-ac1f-4e6b-af05-39c7e69acec1
2021-09-25T17:58:56.842Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6b19b5b4-0760-4bd2-bfd7-034b4be10b54 from URL: /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json
2021-09-25T17:58:56.842Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T17:58:56.842Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json
2021-09-25T17:58:57.800Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T17:58:57.800Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json 6b19b5b4-0760-4bd2-bfd7-034b4be10b54 798
2021-09-25T17:58:57.801Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json ASDC sendASDCNotification
2021-09-25T17:58:57.801Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json
2021-09-25T17:58:57.801Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T17:58:57.801Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:58:57.803Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:58:57.803Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592737801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T17:58:57.904Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:58:57.904Z||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-25T17:58:57.905Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:57.915Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:57.915Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T17:58:58.804Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHpjyzd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0869a25a-77ae-41d9-9968-ec03ba130d9f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5dffbf5b-8cd6-4382-8e37-a193804cdd8e",
"vfModuleModelCustomizationUUID": "afd57be2-ac7e-4801-9064-1526ce3c60f4",
"isBase": true,
"artifacts": [
"8d5b0a0e-fb75-444f-8376-bde17bc121a1",
"228beb51-8390-4369-9aa0-1d63f023c3ec"
],
"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-25T17:58:58.815Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHpjyzd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5dffbf5b-8cd6-4382-8e37-a193804cdd8e
VfModuleModelInvariantUUID:0869a25a-77ae-41d9-9968-ec03ba130d9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d5b0a0e-fb75-444f-8376-bde17bc121a1
,
228beb51-8390-4369-9aa0-1d63f023c3ec
}
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-25T17:58:58.817Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHpjyzd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0869a25a-77ae-41d9-9968-ec03ba130d9f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5dffbf5b-8cd6-4382-8e37-a193804cdd8e",
"vfModuleModelCustomizationUUID": "afd57be2-ac7e-4801-9064-1526ce3c60f4",
"isBase": true,
"artifacts": [
"8d5b0a0e-fb75-444f-8376-bde17bc121a1",
"228beb51-8390-4369-9aa0-1d63f023c3ec"
],
"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-25T17:58:58.818Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHpjyzd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5dffbf5b-8cd6-4382-8e37-a193804cdd8e
VfModuleModelInvariantUUID:0869a25a-77ae-41d9-9968-ec03ba130d9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d5b0a0e-fb75-444f-8376-bde17bc121a1
,
228beb51-8390-4369-9aa0-1d63f023c3ec
}
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-25T17:58:58.818Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8d5b0a0e-fb75-444f-8376-bde17bc121a1 from URL: /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml
2021-09-25T17:58:58.818Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T17:58:58.818Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml
2021-09-25T17:58:59.422Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T17:58:59.423Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml 8d5b0a0e-fb75-444f-8376-bde17bc121a1 5033
2021-09-25T17:58:59.423Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-25T17:58:59.423Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml
2021-09-25T17:58:59.423Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T17:58:59.423Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:58:59.425Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:58:59.425Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592739423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T17:58:59.525Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:58:59.525Z||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-25T17:58:59.526Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:58:59.536Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:58:59.536Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T17:59:00.426Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 228beb51-8390-4369-9aa0-1d63f023c3ec from URL: /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env
2021-09-25T17:59:00.426Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T17:59:00.426Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env
2021-09-25T17:59:00.816Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T17:59:00.816Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env 228beb51-8390-4369-9aa0-1d63f023c3ec 909
2021-09-25T17:59:00.816Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-25T17:59:00.817Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env
2021-09-25T17:59:00.817Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T17:59:00.817Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:59:00.819Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:59:00.820Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592740816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T17:59:00.920Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:59:00.920Z||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-25T17:59:00.920Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:59:00.930Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:59:00.931Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-25T17:59:01.821Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b74b9a25-c15d-49ea-94e1-1e2b6587949a
2021-09-25T17:59:01.821Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hPJYzD 0 fa8472f7-ac1f-4e6b-af05-39c7e69acec1 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-25T17:59:01.854Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12e8ce2a, org.onap.sdc.toscaparser.api.parameters.Input@72f43a10, org.onap.sdc.toscaparser.api.parameters.Input@7a54986e, org.onap.sdc.toscaparser.api.parameters.Input@38bfa20a, org.onap.sdc.toscaparser.api.parameters.Input@6cf2b2a9]
2021-09-25T17:59:01.857Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.857Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:59:01.857Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-25T17:59:01.857Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 07d0b9c4-33e4-43c0-863f-74af640039ba
2021-09-25T17:59:01.858Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07d0b9c4-33e4-43c0-863f-74af640039ba matches Tosca VF Customization UUID: 07d0b9c4-33e4-43c0-863f-74af640039ba
2021-09-25T17:59:01.858Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 07d0b9c4-33e4-43c0-863f-74af640039ba 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-25T17:59:01.862Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.862Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:59:01.863Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 07d0b9c4-33e4-43c0-863f-74af640039ba: {\"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-25T17:59:01.863Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ca8894b
2021-09-25T17:59:01.863Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.864Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T17:59:01.864Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : afd57be2-ac7e-4801-9064-1526ce3c60f4
2021-09-25T17:59:01.865Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID afd57be2-ac7e-4801-9064-1526ce3c60f4
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-25T17:59:01.869Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.869Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is matching search criteria
2021-09-25T17:59:01.869Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hPJYzD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T17:59:01.870Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.870Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is matching search criteria
2021-09-25T17:59:01.870Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hPJYzD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T17:59:01.870Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.870Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is not matching search criteria
2021-09-25T17:59:01.870Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T17:59:01.871Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T17:59:01.871Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ec06e335-00d8-4fb5-95a9-d58a1a81ce66
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-25T17:59:01.879Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.880Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is matching search criteria
2021-09-25T17:59:01.880Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hPJYzD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T17:59:01.880Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.880Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hPJYzD 0 is matching search criteria
2021-09-25T17:59:01.880Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hPJYzD 0] matching following query criteria: sdcType=VF, customizationUUID=07d0b9c4-33e4-43c0-863f-74af640039ba
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-25T17:59:01.882Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.882Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:59:01.882Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b74b9a25-c15d-49ea-94e1-1e2b6587949a: basic_onboard_hPJYzD
2021-09-25T17:59:01.882Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.883Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:59:01.883Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.883Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:59:01.883Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.883Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:59:01.883Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.883Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:59:01.884Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T17:59:01.884Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hPJYzD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T17:59:01.884Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_hPJYzD
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-25T17:59:02.054Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hPJYzD fa8472f7-ac1f-4e6b-af05-39c7e69acec1 1 ASDC deployResourceStructure
2021-09-25T17:59:02.054Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json ASDC sendASDCNotification
2021-09-25T17:59:02.054Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json
2021-09-25T17:59:02.054Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T17:59:02.055Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:59:02.056Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:59:02.056Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592742054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T17:59:02.157Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T17:59:02.157Z||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-25T17:59:02.157Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:59:02.169Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:59:02.170Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T17:59:03.058Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-25T17:59:03.058Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml
2021-09-25T17:59:03.058Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T17:59:03.059Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:59:03.061Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:59:03.061Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592743058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T17:59:03.161Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:59:03.161Z||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-25T17:59:03.162Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:59:03.173Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:59:03.174Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T17:59:04.062Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-25T17:59:04.062Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env
2021-09-25T17:59:04.062Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T17:59:04.062Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:59:04.063Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:59:04.064Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592744061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-25T17:59:04.164Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:59:04.164Z||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-25T17:59:04.164Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:59:04.175Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:59:04.176Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T17:59:05.064Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar ASDC sendASDCNotification
2021-09-25T17:59:05.065Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar
2021-09-25T17:59:05.065Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T17:59:05.065Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T17:59:05.066Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T17:59:05.066Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592745064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T17:59:05.166Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T17:59:05.167Z||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-25T17:59:05.167Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T17:59:05.178Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:59:05.178Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T17:59:06.067Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f
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-25T17:59:06.089Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f
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-25T17:59:06.091Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T17:59:06.092Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T17:59:06.092Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T17:59:36.092Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f
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-25T17:59:36.103Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f
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-25T17:59:36.107Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T17:59:36.107Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T17:59:36.107Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T17:59:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T17:59:43.260Z||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-25T17:59:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T17:59:43.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T17:59:43.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T17:59:43.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "cds",
"timestamp": 1632592720105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T17:59:43.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:06.107Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f
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-25T18:00:06.115Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f
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-25T18:00:06.117Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:00:06.117Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:00:06.117Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:00:36.118Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f
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-25T18:00:36.126Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f
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-25T18:00:36.128Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:00:36.128Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:00:36.128Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:00:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:00:43.260Z||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-25T18:00:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:00:43.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:00:43.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "clamp",
"timestamp": 1632592725844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "cds",
"timestamp": 1632592720105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632592724231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "clamp",
"timestamp": 1632592725844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "cds",
"timestamp": 1632592720105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632592724231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "clamp",
"timestamp": 1632592725844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "dcae-sch",
"timestamp": 1632592728001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632592724231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "cds",
"timestamp": 1632592720105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "clamp",
"timestamp": 1632592725844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "dcae-sch",
"timestamp": 1632592728001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632592724231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "cds",
"timestamp": 1632592720105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "clamp",
"timestamp": 1632592725844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "dcae-sch",
"timestamp": 1632592728001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632592724231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "cds",
"timestamp": 1632592720105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "clamp",
"timestamp": 1632592725844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "dcae-sch",
"timestamp": 1632592728001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592723258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632592724231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "cds",
"timestamp": 1632592720105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592731204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "clamp",
"timestamp": 1632592725844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "dcae-sch",
"timestamp": 1632592728001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592731204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632592733328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "cds",
"timestamp": 1632592733332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592733525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "dcae-sch",
"timestamp": 1632592728001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592731204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "cds",
"timestamp": 1632592734343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-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-25T18:00:43.812Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc9a2e13-6f35-48ce-babc-8428632fcf5f
2021-09-25T18:00:43.812Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc9a2e13-6f35-48ce-babc-8428632fcf5f 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-25T18:00:43.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "dcae-sch",
"timestamp": 1632592728001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632592734104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592731204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "policy-id",
"timestamp": 1632592734402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632592734104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592731204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "policy-id",
"timestamp": 1632592734402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632592734104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592731204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632592737012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:00:43.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "policy-id",
"timestamp": 1632592734402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632592734104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592737801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592731204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632592738016,
"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-25T18:00:43.832Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc9a2e13-6f35-48ce-babc-8428632fcf5f
2021-09-25T18:00:43.832Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc9a2e13-6f35-48ce-babc-8428632fcf5f 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-25T18:00:43.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "policy-id",
"timestamp": 1632592734402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632592734104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "policy-id",
"timestamp": 1632592734402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592739423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592739508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632592734104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "policy-id",
"timestamp": 1632592734402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632592734104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592740816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592741009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "policy-id",
"timestamp": 1632592734402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592742054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T18:00:43.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "clamp",
"timestamp": 1632592742466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592742519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "policy-id",
"timestamp": 1632592742538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592743058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T18:00:43.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "policy-id",
"timestamp": 1632592743544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:00:43.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592743823,
"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-25T18:00:43.851Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc9a2e13-6f35-48ce-babc-8428632fcf5f
2021-09-25T18:00:43.851Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc9a2e13-6f35-48ce-babc-8428632fcf5f 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-25T18:00:43.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592744061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-25T18:00:43.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "clamp",
"timestamp": 1632592744476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:00:43.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "policy-id",
"timestamp": 1632592744548,
"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-25T18:00:43.865Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc9a2e13-6f35-48ce-babc-8428632fcf5f
2021-09-25T18:00:43.865Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc9a2e13-6f35-48ce-babc-8428632fcf5f 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-25T18:00:43.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632592744827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T18:00:43.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592745064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:00:43.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "clamp",
"timestamp": 1632592745480,
"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-25T18:00:43.875Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc9a2e13-6f35-48ce-babc-8428632fcf5f
2021-09-25T18:00:43.875Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc9a2e13-6f35-48ce-babc-8428632fcf5f 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-25T18:00:43.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "aai-ml",
"timestamp": 1632592745030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "aai-ml",
"timestamp": 1632592745030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/basic_onboard_hpjyzd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "aai-ml",
"timestamp": 1632592745030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "aai-ml",
"timestamp": 1632592745030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "aai-ml",
"timestamp": 1632592745030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/resourceInstances/basic_onboard_hpjyzd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "aai-ml",
"timestamp": 1632592745030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:00:43.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "aai-ml",
"timestamp": 1632592745030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:00:43.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T18:00:43.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "aai-ml",
"timestamp": 1632592753240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:00:43.884Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "aai-ml",
"timestamp": 1632592762790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHpjyzd/1.0/artifacts/service-BasicOnboardHpjyzd-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:00:43.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:00:43.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:00:43.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "aai-ml",
"timestamp": 1632592763795,
"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-25T18:00:43.889Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc9a2e13-6f35-48ce-babc-8428632fcf5f
2021-09-25T18:00:43.889Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc9a2e13-6f35-48ce-babc-8428632fcf5f 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-25T18:01:06.129Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f
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-25T18:01:06.139Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f
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-25T18:01:06.141Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:01:06.141Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T18:01:06.142Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T18:01:06.142Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T18:01:06.142Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:01:06.142Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:01:06.142Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:01:06.142Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:01:06.143Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:01:06.143Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:01:06.143Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T18:01:06.148Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T18:01:36.149Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f 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-25T18:01:36.155Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc9a2e13-6f35-48ce-babc-8428632fcf5f and serviceModelVersionId: b74b9a25-c15d-49ea-94e1-1e2b6587949a
2021-09-25T18:01:36.155Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4fba7cd7-b656-4484-a66d-5c76ae0cdc7b
2021-09-25T18:01:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:01:43.260Z||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-25T18:01:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:01:47.240Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4fba7cd7-b656-4484-a66d-5c76ae0cdc7b/model-vers/model-ver/b74b9a25-c15d-49ea-94e1-1e2b6587949a?depth=0
2021-09-25T18:01:47.326Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T18:01:47.825Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fba7cd7-b656-4484-a66d-5c76ae0cdc7b/model-vers/model-ver/b74b9a25-c15d-49ea-94e1-1e2b6587949a?depth=0|INFO|500||Invoke
2021-09-25T18:01:47.831Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fba7cd7-b656-4484-a66d-5c76ae0cdc7b/model-vers/model-ver/b74b9a25-c15d-49ea-94e1-1e2b6587949a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fba7cd7-b656-4484-a66d-5c76ae0cdc7b/model-vers/model-ver/b74b9a25-c15d-49ea-94e1-1e2b6587949a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc9a2e13-6f35-48ce-babc-8428632fcf5f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[13d430a6-f4f0-4d59-8f0c-3b1af79cd555], X-ECOMP-RequestID=[fc9a2e13-6f35-48ce-babc-8428632fcf5f], X-TransactionId=[], X-ONAP-RequestID=[fc9a2e13-6f35-48ce-babc-8428632fcf5f], Content-Type=[application/merge-patch+json]}
2021-09-25T18:01:48.023Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fba7cd7-b656-4484-a66d-5c76ae0cdc7b/model-vers/model-ver/b74b9a25-c15d-49ea-94e1-1e2b6587949a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-25T18:01:48.403Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fba7cd7-b656-4484-a66d-5c76ae0cdc7b/model-vers/model-ver/b74b9a25-c15d-49ea-94e1-1e2b6587949a?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/4fba7cd7-b656-4484-a66d-5c76ae0cdc7b/model-vers/model-ver/b74b9a25-c15d-49ea-94e1-1e2b6587949a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210925-18:01:48:033-9944], vertex-id=[233648], Content-Length=[0], Date=[Sat, 25 Sep 2021 18:01:48 GMT], Content-Type=[application/json]}
2021-09-25T18:01:48.404Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fba7cd7-b656-4484-a66d-5c76ae0cdc7b/model-vers/model-ver/b74b9a25-c15d-49ea-94e1-1e2b6587949a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T18:01:48.405Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fba7cd7-b656-4484-a66d-5c76ae0cdc7b/model-vers/model-ver/b74b9a25-c15d-49ea-94e1-1e2b6587949a?depth=0|INFO|500||InvokeReturn
2021-09-25T18:01:48.407Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T18:01:48.407Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T18:01:48.412Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T18:01:48.419Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc9a2e13-6f35-48ce-babc-8428632fcf5f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T18:01:48.420Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T18:01:48.420Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:01:48.422Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:01:48.422Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592908419,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T18:01:48.522Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:01:48.523Z||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-25T18:01:48.523Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:01:48.533Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:01:48.533Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:01:49.145Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:01:49.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T18:01:49.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fc9a2e13-6f35-48ce-babc-8428632fcf5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632592908419,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T18:01:49.146Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-25T18:01:49.440Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:01:49.440Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:01:49.440Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:01:59.649Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:01:59.649Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:01:59.650Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:01:59.650Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:02:09.190Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:02:09.191Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:02:09.191Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:02:09.192Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:02:18.728Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:02:43.258Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:02:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:02:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:02:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:02:43.260Z||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-25T18:02:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:02:52.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:02:52.814Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:03:43.258Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:03:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:03:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:03:43.260Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:03:43.260Z||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-25T18:03:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:03:52.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:03:52.808Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:04:43.258Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:04:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:04:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:04:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:04:43.260Z||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-25T18:04:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:04:52.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:04:52.805Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:05:43.258Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:05:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:05:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:05:43.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:05:43.260Z||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-25T18:05:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:05:52.801Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:05:52.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:06:43.258Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:06:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:06:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:06:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:06:43.260Z||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-25T18:06:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:06:52.807Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:06:52.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:07:43.258Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:07:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:07:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:07:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:07:43.260Z||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-25T18:07:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:07:52.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:07:52.806Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:08:43.258Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:08:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:08:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:08:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:08:43.260Z||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-25T18:08:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:08:52.802Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:08:52.808Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:09:43.258Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:09:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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-25T18:09:43.259Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:09:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:09:43.260Z||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-25T18:09:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:09:43.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:09:43.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "dcae-sch",
"timestamp": 1632593368001,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:09:43.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593374104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593371205,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "aai-ml",
"timestamp": 1632593375030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "policy-id",
"timestamp": 1632593374402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593371205,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:09:43.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "dcae-sch",
"timestamp": 1632593368001,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593374104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "aai-ml",
"timestamp": 1632593375030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "policy-id",
"timestamp": 1632593374402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "aai-ml",
"timestamp": 1632593377825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "policy-id",
"timestamp": 1632593377811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "policy-id",
"timestamp": 1632593378816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "policy-id",
"timestamp": 1632593379820,
"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-25T18:09:43.646Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024b6aef-0838-4772-9d3d-341f7a0bb8c2
2021-09-25T18:09:43.646Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024b6aef-0838-4772-9d3d-341f7a0bb8c2 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-25T18:09:43.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "cds",
"timestamp": 1632593380105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:09:43.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "aai-ml",
"timestamp": 1632593381305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:09:43.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:09:43.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "cds",
"timestamp": 1632593380105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:09:43.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T18:09:43.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "aai-ml",
"timestamp": 1632593382308,
"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-25T18:09:43.659Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 024b6aef-0838-4772-9d3d-341f7a0bb8c2
2021-09-25T18:09:43.659Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024b6aef-0838-4772-9d3d-341f7a0bb8c2 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-25T18:09:43.888Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:09:43.888Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T18:09:43.889Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"024b6aef-0838-4772-9d3d-341f7a0bb8c2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5f533e5f-7b36-41dc-b528-a7edb40ccbcb","serviceDescription":"service","serviceInvariantUUID":"43d626a9-1e6c-407f-be55-f91223659b82","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8a5c3b30-ecf9-4569-883c-0526552e07e6","resourceInvariantUUID":"cfcd8ad8-4aba-482c-b883-9e98e7221e82","resourceCustomizationUUID":"33a96ee7-593f-494d-9112-6f17a19183d7","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":"NTdmOTUwYTBhY2ZiY2UxYjI1Njc3ZWIyY2M0YmY5MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"875783c2-5b08-4db6-b9a6-20137d2c060b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzFkY2M2MDkwZjhhMGFmYmQzYWZiNzVmMTkzOGM4MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58429293-ac30-4c13-99ec-e36a6f77df22","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T18:09:43.890Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:09:43.891Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:09:43.892Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:09:43.892Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593383258,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:09:43.992Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:09:43.993Z||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-25T18:09:43.993Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:09:44.005Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:09:44.005Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:09:44.893Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:09:44.893Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:09:44.894Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:09:44.895Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593383258,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:09:44.995Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:09:44.995Z||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-25T18:09:44.995Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:09:45.005Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:09:45.005Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:09:45.896Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "5f533e5f-7b36-41dc-b528-a7edb40ccbcb",
"serviceDescription": "service",
"serviceInvariantUUID": "43d626a9-1e6c-407f-be55-f91223659b82",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "33a96ee7-593f-494d-9112-6f17a19183d7",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8a5c3b30-ecf9-4569-883c-0526552e07e6",
"resourceInvariantUUID": "cfcd8ad8-4aba-482c-b883-9e98e7221e82",
"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": "YzFkY2M2MDkwZjhhMGFmYmQzYWZiNzVmMTkzOGM4MGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58429293-ac30-4c13-99ec-e36a6f77df22"
}
],
"workloadContext": "Production"
}
2021-09-25T18:09:45.896Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T18:09:45.896Z|fc9a2e13-6f35-48ce-babc-8428632fcf5f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f533e5f-7b36-41dc-b528-a7edb40ccbcb ASDC
2021-09-25T18:09:45.896Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:024b6aef-0838-4772-9d3d-341f7a0bb8c2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5f533e5f-7b36-41dc-b528-a7edb40ccbcb
ServiceInvariantUUID:43d626a9-1e6c-407f-be55-f91223659b82
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:58429293-ac30-4c13-99ec-e36a6f77df22
ArtifactChecksum:YzFkY2M2MDkwZjhhMGFmYmQzYWZiNzVmMTkzOGM4MGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:33a96ee7-593f-494d-9112-6f17a19183d7
ResourceInvariantUUID:cfcd8ad8-4aba-482c-b883-9e98e7221e82
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8a5c3b30-ecf9-4569-883c-0526552e07e6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-25T18:09:45.896Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f533e5f-7b36-41dc-b528-a7edb40ccbcb 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-25T18:09:45.923Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T18:09:45.923Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:09:45.923Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:09:45.923Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 58429293-ac30-4c13-99ec-e36a6f77df22 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T18:09:45.923Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T18:09:45.924Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T18:09:46.422Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T18:09:46.425Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 58429293-ac30-4c13-99ec-e36a6f77df22 52174
2021-09-25T18:09:46.425Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:46.426Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:46.426Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T18:09:46.426Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:09:46.428Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:09:46.428Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593386425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:09:46.528Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:09:46.529Z||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-25T18:09:46.529Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:09:46.537Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:09:46.538Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:09:47.428Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T18:09:47.429Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:09:47.429Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 58429293-ac30-4c13-99ec-e36a6f77df22, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T18:09:47.430Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-25T18:09:47.430Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T18:09:47.430Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T18:09:47.592Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12227691216632234640/Definitions/service-BasicNetwork-template.yml
2021-09-25T18:09:48.093Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T18:09:48.093Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T18:09:48.093Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T18:09:48.093Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-25T18:09:48.093Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.093Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T18:09:48.094Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.095Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.096Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.096Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.096Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.096Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.096Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:5f533e5f-7b36-41dc-b528-a7edb40ccbcb
Model Version:NULL
Model InvariantUuid:43d626a9-1e6c-407f-be55-f91223659b82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cfcd8ad8-4aba-482c-b883-9e98e7221e82
Model UUID:5f900ee2-5ff0-4c16-baa4-b644c698ca20
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:33a96ee7-593f-494d-9112-6f17a19183d7
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-25T18:09:48.101Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 8a5c3b30-ecf9-4569-883c-0526552e07e6
2021-09-25T18:09:48.102Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||No resources found for Service: 5f533e5f-7b36-41dc-b528-a7edb40ccbcb
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-25T18:09:48.104Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||
2021-09-25T18:09:48.105Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-25T18:09:48.105Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 5f533e5f-7b36-41dc-b528-a7edb40ccbcb
2021-09-25T18:09:48.105Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5f533e5f-7b36-41dc-b528-a7edb40ccbcb
2021-09-25T18:09:48.105Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-25T18:09:48.105Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.109Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1fc2bee8, org.onap.sdc.toscaparser.api.parameters.Input@5f38ef7, org.onap.sdc.toscaparser.api.parameters.Input@44882ccf, org.onap.sdc.toscaparser.api.parameters.Input@27d1dbe5, org.onap.sdc.toscaparser.api.parameters.Input@2dee0409]
2021-09-25T18:09:48.109Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.110Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.110Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.110Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.110Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5f533e5f-7b36-41dc-b528-a7edb40ccbcb: Generic NeutronNet
2021-09-25T18:09:48.110Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.110Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.110Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.110Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.138Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.138Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.138Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.138Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.138Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:09:48.138Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:09:48.138Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.192Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-25T18:09:48.192Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.192Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||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-25T18:09:48.192Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T18:09:48.192Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:09:48.194Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:09:48.194Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593388192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:09:48.294Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:09:48.295Z||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-25T18:09:48.295Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:09:48.305Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:09:48.305Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:09:49.195Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:09:49.204Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:09:49.207Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:09:49.207Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T18:09:49.208Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:09:49.208Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:10:19.208Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:10:19.216Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:10:19.217Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:10:19.217Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T18:10:19.217Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:10:19.218Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:10:43.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:10:43.260Z||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-25T18:10:43.261Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:10:43.282Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:10:43.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T18:10:43.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "cds",
"timestamp": 1632593383508,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:10:43.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:10:49.218Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:10:49.227Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:10:49.229Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:10:49.229Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T18:10:49.229Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:10:49.229Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:11:19.230Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:11:19.239Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:11:19.241Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:11:19.241Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T18:11:19.241Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:11:19.242Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:11:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:11:43.260Z||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-25T18:11:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:11:43.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:11:43.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:11:43.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593383258,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:11:43.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:11:49.242Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:11:49.251Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:11:49.253Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:11:49.254Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T18:11:49.254Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:11:49.254Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:12:19.254Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:12:19.273Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:12:19.277Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:12:19.277Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T18:12:19.277Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:12:19.277Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:12:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:12:43.260Z||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-25T18:12:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:12:43.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:12:43.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "cds",
"timestamp": 1632593384514,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T18:12:43.288Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 024b6aef-0838-4772-9d3d-341f7a0bb8c2
2021-09-25T18:12:43.288Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024b6aef-0838-4772-9d3d-341f7a0bb8c2 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-25T18:12:43.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593384231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:12:43.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:12:43.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593383258,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593384231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593386425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "clamp",
"timestamp": 1632593385843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593387320,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "clamp",
"timestamp": 1632593385843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:12:43.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:12:43.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593388192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:12:43.298Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:12:43.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593388836,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:12:43.298Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:12:43.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593389839,
"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-25T18:12:43.302Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 024b6aef-0838-4772-9d3d-341f7a0bb8c2
2021-09-25T18:12:43.302Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024b6aef-0838-4772-9d3d-341f7a0bb8c2 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-25T18:12:43.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "clamp",
"timestamp": 1632593399624,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:12:43.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:12:43.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "clamp",
"timestamp": 1632593401568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:12:43.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:12:43.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:12:43.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "clamp",
"timestamp": 1632593402572,
"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-25T18:12:43.314Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 024b6aef-0838-4772-9d3d-341f7a0bb8c2
2021-09-25T18:12:43.314Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024b6aef-0838-4772-9d3d-341f7a0bb8c2 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-25T18:12:49.277Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:12:49.288Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2
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-25T18:12:49.292Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:12:49.292Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T18:12:49.292Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T18:12:49.292Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T18:12:49.293Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:12:49.293Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:12:49.293Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:12:49.293Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:12:49.293Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:12:49.294Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:12:49.294Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T18:12:49.299Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T18:13:19.300Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2 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-25T18:13:19.306Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 024b6aef-0838-4772-9d3d-341f7a0bb8c2 and serviceModelVersionId: 5f533e5f-7b36-41dc-b528-a7edb40ccbcb
2021-09-25T18:13:19.306Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 43d626a9-1e6c-407f-be55-f91223659b82
2021-09-25T18:13:19.307Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/43d626a9-1e6c-407f-be55-f91223659b82/model-vers/model-ver/5f533e5f-7b36-41dc-b528-a7edb40ccbcb?depth=0
2021-09-25T18:13:19.311Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T18:13:19.346Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43d626a9-1e6c-407f-be55-f91223659b82/model-vers/model-ver/5f533e5f-7b36-41dc-b528-a7edb40ccbcb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-25T18:13:19.347Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43d626a9-1e6c-407f-be55-f91223659b82/model-vers/model-ver/5f533e5f-7b36-41dc-b528-a7edb40ccbcb?depth=0|INFO|500||Invoke
2021-09-25T18:13:19.366Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43d626a9-1e6c-407f-be55-f91223659b82/model-vers/model-ver/5f533e5f-7b36-41dc-b528-a7edb40ccbcb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-25T18:13:19.717Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43d626a9-1e6c-407f-be55-f91223659b82/model-vers/model-ver/5f533e5f-7b36-41dc-b528-a7edb40ccbcb?depth=0|INFO|500||InvokeReturn
2021-09-25T18:13:19.718Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/43d626a9-1e6c-407f-be55-f91223659b82/model-vers/model-ver/5f533e5f-7b36-41dc-b528-a7edb40ccbcb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-18:13:19:374-62357], vertex-id=[188656], Content-Length=[0], Date=[Sat, 25 Sep 2021 18:13:19 GMT], Content-Type=[application/json]}
2021-09-25T18:13:19.718Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T18:13:19.718Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T18:13:19.718Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T18:13:19.724Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T18:13:19.724Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 024b6aef-0838-4772-9d3d-341f7a0bb8c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T18:13:19.724Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T18:13:19.724Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:19.726Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:19.726Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593599724,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T18:13:19.826Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:13:19.827Z||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-25T18:13:19.827Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:19.840Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:19.841Z||pool-23-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-25T18:13:20.737Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:13:20.738Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|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-25T18:13:20.738Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:25.037Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:25.037Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T18:13:25.038Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c02536d9-7d07-45b4-8002-771703c92a96","serviceName":"Demo_pNF_GrqOw0aeB866DTGWS2TC","serviceVersion":"1.0","serviceUUID":"9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076","serviceDescription":"catalog service description","serviceInvariantUUID":"5fe578d6-4748-4ade-bf22-71a7b6b8fe1c","resources":[{"resourceInstanceName":"pNF 9a9b11cb-ffc4 0","resourceName":"pNF 9a9b11cb-ffc4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4718bfaf-9e61-442b-9cc1-40ee4f930e0a","resourceInvariantUUID":"c41a12c6-3b2f-4855-96ad-be8e606ced91","resourceCustomizationUUID":"298c1bc7-c6ad-4054-8428-eded923c25cb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml","artifactChecksum":"YTYyMTkyNWM1NzM4YmQwYTc3NjJiZjRjNmM0NTY2MmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8727426-c8d4-4ebe-be45-71727965a188","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar","artifactChecksum":"MjBkYTFmOTM5NGVmOThiZmZmOGYyMTlmNjA0MmMwNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"548b5a19-a79a-48bb-8bce-58cce7621a44","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"814d279c-6715-4bc8-9400-e4ab6568b886","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml","artifactChecksum":"NzEwZTI5ZDc3Yjg1ZDE0NTBiMDFkMTY0NDlkZTY0ZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31cc4e51-7fe9-4662-bb4e-c1d1fe5ed3c6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39791cc4-5274-44d2-9b2d-42da60d5a2ed","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a23b4a9-4f64-4415-801c-427debe370d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGrqow0aeb866dtgws2tc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml","artifactChecksum":"ZDNiYjFiOWZmY2YxMGZlZWVkYjA2MzljNjQzMDdmNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d73aad0-f589-43a4-8e71-07462cf4bde1","artifactVersion":"1"},{"artifactName":"service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar","artifactChecksum":"NzhkNTg1Y2I2MTZjNmMxNDE3MWY2ZjM1NTljNzJlNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcead12c-3ba1-479a-b544-75b9bef24e00","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T18:13:25.039Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:13:25.039Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:25.040Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:25.040Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:25.141Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T18:13:25.141Z||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-25T18:13:25.141Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:25.152Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:25.152Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:13:26.041Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:13:26.041Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:26.043Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:26.043Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:26.143Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:13:26.144Z||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-25T18:13:26.144Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:26.154Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:26.155Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:13:27.043Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:13:27.044Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:27.045Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:27.045Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:27.146Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:13:27.146Z||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-25T18:13:27.146Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:27.157Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:27.157Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:13:28.046Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:13:28.046Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:28.048Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:28.048Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:28.148Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:13:28.149Z||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-25T18:13:28.149Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:28.159Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:28.159Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:13:29.048Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:13:29.049Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:29.050Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:29.051Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:29.151Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:13:29.151Z||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-25T18:13:29.151Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:29.162Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:29.162Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:13:30.051Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:13:30.052Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:30.053Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:30.053Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:30.153Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:13:30.154Z||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-25T18:13:30.154Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:30.165Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:30.165Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T18:13:31.053Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:13:31.054Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:31.056Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:31.056Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:31.156Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:13:31.156Z||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-25T18:13:31.156Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:31.168Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:31.168Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:13:32.056Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:13:32.057Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:32.058Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:32.058Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:13:32.158Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:13:32.159Z||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-25T18:13:32.160Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:32.171Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:32.172Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:13:33.059Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"serviceName": "Demo_pNF_GrqOw0aeB866DTGWS2TC",
"serviceVersion": "1.0",
"serviceUUID": "9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5fe578d6-4748-4ade-bf22-71a7b6b8fe1c",
"resources": [
{
"resourceInstanceName": "pNF 9a9b11cb-ffc4 0",
"resourceCustomizationUUID": "298c1bc7-c6ad-4054-8428-eded923c25cb",
"resourceName": "pNF 9a9b11cb-ffc4",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4718bfaf-9e61-442b-9cc1-40ee4f930e0a",
"resourceInvariantUUID": "c41a12c6-3b2f-4855-96ad-be8e606ced91",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"artifactChecksum": "NzhkNTg1Y2I2MTZjNmMxNDE3MWY2ZjM1NTljNzJlNDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bcead12c-3ba1-479a-b544-75b9bef24e00"
}
],
"workloadContext": "Production"
}
2021-09-25T18:13:33.059Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T18:13:33.059Z|024b6aef-0838-4772-9d3d-341f7a0bb8c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076 ASDC
2021-09-25T18:13:33.060Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c02536d9-7d07-45b4-8002-771703c92a96
ServiceName:Demo_pNF_GrqOw0aeB866DTGWS2TC
ServiceVersion:1.0
ServiceUUID:9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076
ServiceInvariantUUID:5fe578d6-4748-4ade-bf22-71a7b6b8fe1c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
ArtifactUUID:bcead12c-3ba1-479a-b544-75b9bef24e00
ArtifactChecksum:NzhkNTg1Y2I2MTZjNmMxNDE3MWY2ZjM1NTljNzJlNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a9b11cb-ffc4 0
ResourceCustomizationUUID:298c1bc7-c6ad-4054-8428-eded923c25cb
ResourceInvariantUUID:c41a12c6-3b2f-4855-96ad-be8e606ced91
ResourceName:pNF 9a9b11cb-ffc4
ResourceType:PNF
ResourceUUID:4718bfaf-9e61-442b-9cc1-40ee4f930e0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-25T18:13:33.060Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T18:13:33.080Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T18:13:33.081Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:13:33.081Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:13:33.081Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bcead12c-3ba1-479a-b544-75b9bef24e00 from URL: /sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:33.081Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T18:13:33.081Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:34.208Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T18:13:34.211Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar bcead12c-3ba1-479a-b544-75b9bef24e00 82542
2021-09-25T18:13:34.212Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar ASDC sendASDCNotification
2021-09-25T18:13:34.212Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:34.212Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T18:13:34.212Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:34.213Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:34.213Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593614211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:13:34.313Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:13:34.314Z||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-25T18:13:34.314Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:34.325Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:34.325Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-25T18:13:35.214Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T18:13:35.214Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:13:35.215Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bcead12c-3ba1-479a-b544-75b9bef24e00, URL: /sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar to file: /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:35.215Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:35.215Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:35.215Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:35.300Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6315218355930568946/Definitions/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml
2021-09-25T18:13:36.149Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T18:13:36.149Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T18:13:36.149Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:36.149Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-25T18:13:36.150Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:36.150Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:36.150Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:36.150Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:36.150Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:36.150Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:36.150Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a9b11cb-ffc4 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:36.150Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T18:13:36.151Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:13:36.151Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GrqOw0aeB866DTGWS2TC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:13:36.151Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a9b11cb-ffc4 0 is matching search criteria
2021-09-25T18:13:36.151Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T18:13:36.151Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a9b11cb-ffc4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T18:13:36.151Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:13:36.152Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GrqOw0aeB866DTGWS2TC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:13:36.152Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a9b11cb-ffc4 0 is matching search criteria
2021-09-25T18:13:36.152Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T18:13:36.152Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a9b11cb-ffc4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T18:13:36.152Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:13:36.152Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GrqOw0aeB866DTGWS2TC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:13:36.152Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:13:36.152Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GrqOw0aeB866DTGWS2TC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:13:36.153Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:13:36.153Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GrqOw0aeB866DTGWS2TC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:13:36.153Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:13:36.153Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GrqOw0aeB866DTGWS2TC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:13:36.153Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:13:36.153Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GrqOw0aeB866DTGWS2TC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:13:36.153Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_GrqOw0aeB866DTGWS2TC
Description:catalog service description
Model UUID:9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076
Model Version:NULL
Model InvariantUuid:5fe578d6-4748-4ade-bf22-71a7b6b8fe1c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-25T18:13:36.160Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4718bfaf-9e61-442b-9cc1-40ee4f930e0a
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-25T18:13:36.163Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||pNF 9a9b11cb-ffc4 0
2021-09-25T18:13:36.163Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4718bfaf-9e61-442b-9cc1-40ee4f930e0a
2021-09-25T18:13:36.163Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076
2021-09-25T18:13:36.163Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076
2021-09-25T18:13:36.163Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9a9b11cb-ffc4 0 4718bfaf-9e61-442b-9cc1-40ee4f930e0a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T18:13:36.168Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79e39a86, org.onap.sdc.toscaparser.api.parameters.Input@13d01424, org.onap.sdc.toscaparser.api.parameters.Input@2c41bd4b, org.onap.sdc.toscaparser.api.parameters.Input@7312c70f, org.onap.sdc.toscaparser.api.parameters.Input@16c04441]
2021-09-25T18:13:36.168Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:13:36.168Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GrqOw0aeB866DTGWS2TC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:13:36.187Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076: pNF 9a9b11cb-ffc4
2021-09-25T18:13:36.187Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||Processing PNF resource: 4718bfaf-9e61-442b-9cc1-40ee4f930e0a
2021-09-25T18:13:36.187Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:13:36.187Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GrqOw0aeB866DTGWS2TC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:13:36.187Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||Resource customization UUID: 298c1bc7-c6ad-4054-8428-eded923c25cb is the same as notified resource customizationUUID: 298c1bc7-c6ad-4054-8428-eded923c25cb
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-25T18:13:36.236Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9a9b11cb-ffc4 4718bfaf-9e61-442b-9cc1-40ee4f930e0a 0 ASDC deployResourceStructure
2021-09-25T18:13:36.236Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar ASDC sendASDCNotification
2021-09-25T18:13:36.236Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar
2021-09-25T18:13:36.236Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T18:13:36.236Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:13:36.238Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:13:36.238Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593616236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:13:36.338Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:13:36.338Z||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-25T18:13:36.339Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:36.348Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:36.349Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:13:37.239Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c02536d9-7d07-45b4-8002-771703c92a96
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-25T18:13:37.247Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c02536d9-7d07-45b4-8002-771703c92a96
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-25T18:13:37.249Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:13:37.249Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:13:37.249Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:13:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:13:43.260Z||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-25T18:13:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:13:43.279Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:13:43.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:13:43.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "cds",
"timestamp": 1632593500105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593495030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593494104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593494402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:13:43.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593495030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:43.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:13:43.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:13:43.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "cds",
"timestamp": 1632593500105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:43.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:13:43.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:13:43.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593494104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:43.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:13:43.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:13:43.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593494402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:13:43.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:07.249Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c02536d9-7d07-45b4-8002-771703c92a96
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-25T18:14:07.260Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c02536d9-7d07-45b4-8002-771703c92a96
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-25T18:14:07.262Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:14:07.262Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:14:07.262Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:14:37.262Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c02536d9-7d07-45b4-8002-771703c92a96
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-25T18:14:37.270Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c02536d9-7d07-45b4-8002-771703c92a96
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-25T18:14:37.272Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:14:37.272Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:14:37.273Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:14:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:14:43.260Z||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-25T18:14:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:14:43.286Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:14:43.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593495030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "cds",
"timestamp": 1632593500105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593494104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593494402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593504231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593495030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "cds",
"timestamp": 1632593500105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593494104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593494402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593504231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "cds",
"timestamp": 1632593500105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593495030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593494104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593494402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593505843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593504231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593495030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "cds",
"timestamp": 1632593500105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593494104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:14:43.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593494402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593505843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593504231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593495030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "cds",
"timestamp": 1632593500105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593494104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593494402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593505843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "dcae-sch",
"timestamp": 1632593508001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593504231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593495030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:14:43.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "cds",
"timestamp": 1632593500105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:14:43.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593494104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593494402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593505843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "dcae-sch",
"timestamp": 1632593508001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593504231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593505843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "dcae-sch",
"timestamp": 1632593508001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593510614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:14:43.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593510719,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:14:43.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593504231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "cds",
"timestamp": 1632593510903,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:14:43.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593511018,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:14:43.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593505843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "dcae-sch",
"timestamp": 1632593508001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593511618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:14:43.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593511204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593504231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:14:43.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "cds",
"timestamp": 1632593511908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-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-25T18:14:43.310Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c02536d9-7d07-45b4-8002-771703c92a96
2021-09-25T18:14:43.310Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c02536d9-7d07-45b4-8002-771703c92a96 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-25T18:14:43.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593512274,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T18:14:43.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593505843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "dcae-sch",
"timestamp": 1632593508001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "policy-id",
"timestamp": 1632593512620,
"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-25T18:14:43.323Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c02536d9-7d07-45b4-8002-771703c92a96
2021-09-25T18:14:43.323Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c02536d9-7d07-45b4-8002-771703c92a96 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-25T18:14:43.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593511204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593513277,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T18:14:43.337Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c02536d9-7d07-45b4-8002-771703c92a96
2021-09-25T18:14:43.337Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c02536d9-7d07-45b4-8002-771703c92a96 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T18:14:43.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593505843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:14:43.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "dcae-sch",
"timestamp": 1632593508001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593513812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:14:43.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593511204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "dcae-sch",
"timestamp": 1632593508001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593511204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593515505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:14:43.346Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593515521,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:14:43.347Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "dcae-sch",
"timestamp": 1632593508001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593511204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "aai-ml",
"timestamp": 1632593516509,
"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-25T18:14:43.352Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c02536d9-7d07-45b4-8002-771703c92a96
2021-09-25T18:14:43.352Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c02536d9-7d07-45b4-8002-771703c92a96 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-25T18:14:43.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593516524,
"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-25T18:14:43.364Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c02536d9-7d07-45b4-8002-771703c92a96
2021-09-25T18:14:43.364Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c02536d9-7d07-45b4-8002-771703c92a96 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-25T18:14:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593511204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593511204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:14:43.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593511204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:14:43.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:14:43.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593520095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:14:43.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593521589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:14:43.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:14:43.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:14:43.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "clamp",
"timestamp": 1632593522593,
"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-25T18:14:43.377Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c02536d9-7d07-45b4-8002-771703c92a96
2021-09-25T18:14:43.377Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c02536d9-7d07-45b4-8002-771703c92a96 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-25T18:15:07.273Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c02536d9-7d07-45b4-8002-771703c92a96
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-25T18:15:07.282Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c02536d9-7d07-45b4-8002-771703c92a96
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-25T18:15:07.284Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:15:07.284Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T18:15:07.284Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T18:15:07.284Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T18:15:07.285Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:15:07.285Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:15:07.285Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:15:07.285Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:15:07.285Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:15:07.285Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:15:07.285Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:15:07.286Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T18:15:07.290Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T18:15:37.290Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c02536d9-7d07-45b4-8002-771703c92a96 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-25T18:15:37.295Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c02536d9-7d07-45b4-8002-771703c92a96 and serviceModelVersionId: 9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076
2021-09-25T18:15:37.295Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5fe578d6-4748-4ade-bf22-71a7b6b8fe1c
2021-09-25T18:15:37.295Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5fe578d6-4748-4ade-bf22-71a7b6b8fe1c/model-vers/model-ver/9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076?depth=0
2021-09-25T18:15:37.298Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T18:15:37.328Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fe578d6-4748-4ade-bf22-71a7b6b8fe1c/model-vers/model-ver/9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-25T18:15:37.328Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fe578d6-4748-4ade-bf22-71a7b6b8fe1c/model-vers/model-ver/9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076?depth=0|INFO|500||Invoke
2021-09-25T18:15:37.344Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fe578d6-4748-4ade-bf22-71a7b6b8fe1c/model-vers/model-ver/9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-25T18:15:37.694Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fe578d6-4748-4ade-bf22-71a7b6b8fe1c/model-vers/model-ver/9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076?depth=0|INFO|500||InvokeReturn
2021-09-25T18:15:37.695Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fe578d6-4748-4ade-bf22-71a7b6b8fe1c/model-vers/model-ver/9063b5e6-e4df-4bdd-8b0f-e5b2eb60e076?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-18:15:37:352-52352], vertex-id=[168000], Content-Length=[0], Date=[Sat, 25 Sep 2021 18:15:37 GMT], Content-Type=[application/json]}
2021-09-25T18:15:37.695Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T18:15:37.695Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T18:15:37.695Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T18:15:37.700Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T18:15:37.700Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c02536d9-7d07-45b4-8002-771703c92a96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T18:15:37.701Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T18:15:37.701Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:37.703Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:37.703Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593737701,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T18:15:37.803Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:37.804Z||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-25T18:15:37.804Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:37.816Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:37.817Z||pool-34-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-25T18:15:38.713Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:15:38.713Z|c02536d9-7d07-45b4-8002-771703c92a96|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-25T18:15:38.713Z|c02536d9-7d07-45b4-8002-771703c92a96|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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:43.013Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:43.015Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.015Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"09a5c3a0-4166-4c40-8494-616683680508","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"69378375-1df7-446e-8d3a-ec110d2557df","serviceDescription":"service","serviceInvariantUUID":"21682c1f-6c38-4b70-91eb-7972b1d1d9a5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef2bdb8a-38c4-4294-8cb9-09ea886756e9","resourceInvariantUUID":"89409a16-dd9e-4404-aabc-1282a6efb553","resourceCustomizationUUID":"ffdb37e8-82c4-427d-8721-1de76ae3458e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MTA4MjA5ZTA0M2YzNmJiOTUxNzFjZGE2NDA0MDAzOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8cd3c64-37bc-4644-854c-0a5a06b42202","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZWVmZjllZTZkYzAwMjU2OGJiOTYxYzQxYjdhMTI3YzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9315f388-c109-4682-bf30-2fdc1f825bec","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d9c144b9-6c4f-4a9a-8af8-aa0dd1b61929","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b83b61e8-3012-455e-a256-047ed42adea6","artifactVersion":"2","generatedFromUUID":"7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDYzNWNiMDZiZDJjMDA5MzY5NzFkNmMxYWU1YjY2NmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4fb1dfa-89ef-4107-9cc4-19b63911cb9a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDBjZmVhYzQ5MzlhZmRiY2MyYWFhNmRmOGUxYTgxOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d05a0efa-6fb3-4fc4-97e9-efe75e05c190","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T18:15:43.017Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:15:43.017Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:43.019Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:43.019Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:15:43.119Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:43.120Z||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-25T18:15:43.120Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:43.131Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:43.132Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:15:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:15:43.260Z||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-25T18:15:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:43.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:43.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "024b6aef-0838-4772-9d3d-341f7a0bb8c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593599724,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T18:15:43.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:15:43.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/resourceInstances/pnf9a9b11cbffc40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:15:43.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:15:43.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593600737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:15:43.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:15:43.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593614211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:15:43.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:15:43.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:15:43.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593616236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGrqow0aeb866dtgws2tc/1.0/artifacts/service-DemoPnfGrqow0aeb866dtgws2tc-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:15:43.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:15:44.019Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:15:44.020Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:44.022Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:44.022Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:15:44.122Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:44.123Z||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-25T18:15:44.123Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:44.134Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:44.135Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:15:45.022Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:15:45.023Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:45.025Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:45.025Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:15:45.125Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:45.126Z||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-25T18:15:45.126Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:45.136Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:45.136Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:15:46.026Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:15:46.026Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:46.029Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:46.029Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:15:46.129Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:46.129Z||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-25T18:15:46.130Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:46.139Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:46.139Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:15:47.029Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:15:47.030Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:47.032Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:47.032Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-25T18:15:47.132Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:47.133Z||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-25T18:15:47.133Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:47.142Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:47.142Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:15:48.033Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:15:48.033Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:48.035Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:48.035Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:15:48.135Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:48.136Z||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-25T18:15:48.136Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:48.145Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:48.145Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T18:15:49.035Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:15:49.037Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:49.038Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:49.038Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:15:49.138Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:49.139Z||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-25T18:15:49.139Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:49.148Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:49.148Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:15:50.039Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "69378375-1df7-446e-8d3a-ec110d2557df",
"serviceDescription": "service",
"serviceInvariantUUID": "21682c1f-6c38-4b70-91eb-7972b1d1d9a5",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "ffdb37e8-82c4-427d-8721-1de76ae3458e",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ef2bdb8a-38c4-4294-8cb9-09ea886756e9",
"resourceInvariantUUID": "89409a16-dd9e-4404-aabc-1282a6efb553",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZWVmZjllZTZkYzAwMjU2OGJiOTYxYzQxYjdhMTI3YzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9315f388-c109-4682-bf30-2fdc1f825bec",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b83b61e8-3012-455e-a256-047ed42adea6",
"generatedFromUUID": "7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b83b61e8-3012-455e-a256-047ed42adea6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MDBjZmVhYzQ5MzlhZmRiY2MyYWFhNmRmOGUxYTgxOTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d05a0efa-6fb3-4fc4-97e9-efe75e05c190"
}
],
"workloadContext": "Production"
}
2021-09-25T18:15:50.039Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T18:15:50.039Z|c02536d9-7d07-45b4-8002-771703c92a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69378375-1df7-446e-8d3a-ec110d2557df ASDC
2021-09-25T18:15:50.040Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:09a5c3a0-4166-4c40-8494-616683680508
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:69378375-1df7-446e-8d3a-ec110d2557df
ServiceInvariantUUID:21682c1f-6c38-4b70-91eb-7972b1d1d9a5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:d05a0efa-6fb3-4fc4-97e9-efe75e05c190
ArtifactChecksum:MDBjZmVhYzQ5MzlhZmRiY2MyYWFhNmRmOGUxYTgxOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ffdb37e8-82c4-427d-8721-1de76ae3458e
ResourceInvariantUUID:89409a16-dd9e-4404-aabc-1282a6efb553
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ef2bdb8a-38c4-4294-8cb9-09ea886756e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:9315f388-c109-4682-bf30-2fdc1f825bec
ArtifactChecksum:ZWVmZjllZTZkYzAwMjU2OGJiOTYxYzQxYjdhMTI3YzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216
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/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b83b61e8-3012-455e-a256-047ed42adea6
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/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b83b61e8-3012-455e-a256-047ed42adea6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-25T18:15:50.040Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69378375-1df7-446e-8d3a-ec110d2557df ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T18:15:50.065Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T18:15:50.066Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:15:50.066Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:15:50.066Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d05a0efa-6fb3-4fc4-97e9-efe75e05c190 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T18:15:50.066Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T18:15:50.066Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T18:15:50.895Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T18:15:50.898Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d05a0efa-6fb3-4fc4-97e9-efe75e05c190 70871
2021-09-25T18:15:50.899Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-25T18:15:50.899Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T18:15:50.899Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T18:15:50.899Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:50.901Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:50.901Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593750899,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:15:51.001Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:51.002Z||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-25T18:15:51.002Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:51.011Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:51.011Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:15:51.902Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T18:15:51.903Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:15:51.903Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d05a0efa-6fb3-4fc4-97e9-efe75e05c190, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:51.903Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-25T18:15:51.903Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:51.904Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:51.994Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17784285694259790791/Definitions/service-BasicVm-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-25T18:15:52.835Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T18:15:52.835Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T18:15:52.835Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:52.835Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-25T18:15:52.835Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_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-BasicVm-csar.csar
2021-09-25T18:15:52.835Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:52.836Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T18:15:52.837Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T18:15:52.837Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T18:15:52.837Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.837Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:52.837Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T18:15:52.837Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T18:15:52.837Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T18:15:52.837Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.837Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:52.838Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.838Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-25T18:15:52.838Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-25T18:15:52.838Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-25T18:15:52.838Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-25T18:15:52.838Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T18:15:52.838Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T18:15:52.838Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.838Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T18:15:52.839Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.839Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T18:15:52.839Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T18:15:52.839Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.839Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T18:15:52.839Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T18:15:52.839Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.840Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T18:15:52.840Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T18:15:52.840Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.840Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-25T18:15:52.840Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-25T18:15:52.840Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T18:15:52.840Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6d217b10-a403-40e3-9947-18890c1cd5c8
2021-09-25T18:15:52.840Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.840Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:52.841Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.841Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:52.841Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.841Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:52.841Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:52.841Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:52.841Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:69378375-1df7-446e-8d3a-ec110d2557df
Model Version:NULL
Model InvariantUuid:21682c1f-6c38-4b70-91eb-7972b1d1d9a5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:732de7ac-4f73-450e-a4b5-5d9632b1736b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:89409a16-dd9e-4404-aabc-1282a6efb553
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ffdb37e8-82c4-427d-8721-1de76ae3458e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:28251639-fe59-40cb-94cd-81d5679f43c0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e38202a4-9f75-46ac-a691-3b5f5c0969fa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6d217b10-a403-40e3-9947-18890c1cd5c8
ModelInvariantUuid:6bc66e6b-fe1e-403b-bdab-c5d056e57d04
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2e19d569-eae1-41bd-9d8b-9d7d6f84a82c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:be63960e-6351-43de-8c5b-8c821986ea40
ModelInvariantUuid:89b259af-2f1d-4a9a-b87c-bf4f3857144e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:bcc150e9-000a-4d48-8cb0-df6dc6e4cdd5
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-25T18:15:52.848Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ef2bdb8a-38c4-4294-8cb9-09ea886756e9
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-25T18:15:52.850Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-09-25T18:15:52.851Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef2bdb8a-38c4-4294-8cb9-09ea886756e9
2021-09-25T18:15:52.851Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9315f388-c109-4682-bf30-2fdc1f825bec from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-25T18:15:52.851Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T18:15:52.851Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-25T18:15:53.702Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T18:15:53.703Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9315f388-c109-4682-bf30-2fdc1f825bec 787
2021-09-25T18:15:53.703Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-25T18:15:53.703Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-25T18:15:53.704Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T18:15:53.704Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:53.706Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:53.706Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593753703,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:15:53.806Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:53.807Z||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-25T18:15:53.807Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:53.817Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:53.817Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:15:54.706Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "28251639-fe59-40cb-94cd-81d5679f43c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e38202a4-9f75-46ac-a691-3b5f5c0969fa",
"vfModuleModelCustomizationUUID": "9e89e278-fc41-4c95-ab47-b4b45916cb93",
"isBase": true,
"artifacts": [
"7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216",
"b83b61e8-3012-455e-a256-047ed42adea6"
],
"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-25T18:15:54.710Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e38202a4-9f75-46ac-a691-3b5f5c0969fa
VfModuleModelInvariantUUID:28251639-fe59-40cb-94cd-81d5679f43c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216
,
b83b61e8-3012-455e-a256-047ed42adea6
}
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-25T18:15:54.711Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "28251639-fe59-40cb-94cd-81d5679f43c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e38202a4-9f75-46ac-a691-3b5f5c0969fa",
"vfModuleModelCustomizationUUID": "9e89e278-fc41-4c95-ab47-b4b45916cb93",
"isBase": true,
"artifacts": [
"7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216",
"b83b61e8-3012-455e-a256-047ed42adea6"
],
"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-25T18:15:54.712Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e38202a4-9f75-46ac-a691-3b5f5c0969fa
VfModuleModelInvariantUUID:28251639-fe59-40cb-94cd-81d5679f43c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216
,
b83b61e8-3012-455e-a256-047ed42adea6
}
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-25T18:15:54.712Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-25T18:15:54.712Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T18:15:54.712Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-25T18:15:55.507Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T18:15:55.508Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7a7be7f7-40dd-48c1-83e4-d2e3cbd5c216 5033
2021-09-25T18:15:55.508Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-25T18:15:55.508Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-25T18:15:55.508Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T18:15:55.508Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:55.510Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:55.510Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593755508,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:15:55.610Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:55.611Z||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-25T18:15:55.611Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:55.621Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:55.621Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:15:56.511Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b83b61e8-3012-455e-a256-047ed42adea6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-25T18:15:56.511Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T18:15:56.512Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-25T18:15:57.206Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T18:15:57.206Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b83b61e8-3012-455e-a256-047ed42adea6 903
2021-09-25T18:15:57.206Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-25T18:15:57.207Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-25T18:15:57.207Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T18:15:57.207Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:57.208Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:57.208Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593757206,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:15:57.309Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T18:15:57.309Z||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-25T18:15:57.309Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:57.319Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:57.319Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T18:15:58.209Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 69378375-1df7-446e-8d3a-ec110d2557df
2021-09-25T18:15:58.210Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ef2bdb8a-38c4-4294-8cb9-09ea886756e9 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-25T18:15:58.221Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1339f800, org.onap.sdc.toscaparser.api.parameters.Input@6cffa0c6, org.onap.sdc.toscaparser.api.parameters.Input@7d5055cf, org.onap.sdc.toscaparser.api.parameters.Input@116dafc9, org.onap.sdc.toscaparser.api.parameters.Input@4dc8ac1c]
2021-09-25T18:15:58.222Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.222Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:58.223Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-25T18:15:58.223Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ffdb37e8-82c4-427d-8721-1de76ae3458e
2021-09-25T18:15:58.223Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ffdb37e8-82c4-427d-8721-1de76ae3458e matches Tosca VF Customization UUID: ffdb37e8-82c4-427d-8721-1de76ae3458e
2021-09-25T18:15:58.223Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ffdb37e8-82c4-427d-8721-1de76ae3458e 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-25T18:15:58.225Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.225Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:58.226Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ffdb37e8-82c4-427d-8721-1de76ae3458e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"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\",\"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\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-25T18:15:58.226Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1797ad92
2021-09-25T18:15:58.227Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.227Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T18:15:58.227Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e89e278-fc41-4c95-ab47-b4b45916cb93
2021-09-25T18:15:58.227Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e89e278-fc41-4c95-ab47-b4b45916cb93
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-25T18:15:58.229Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.230Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T18:15:58.230Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T18:15:58.230Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.231Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T18:15:58.231Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T18:15:58.231Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.231Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-25T18:15:58.232Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-25T18:15:58.232Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T18:15:58.232Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6d217b10-a403-40e3-9947-18890c1cd5c8
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-25T18:15:58.234Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.234Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T18:15:58.234Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T18:15:58.235Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.235Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T18:15:58.235Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ffdb37e8-82c4-427d-8721-1de76ae3458e
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-25T18:15:58.237Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.237Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:58.238Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 69378375-1df7-446e-8d3a-ec110d2557df: basic_vm
2021-09-25T18:15:58.238Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.238Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:58.238Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.238Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:58.239Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.239Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:58.239Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.239Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:58.240Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:15:58.240Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:15:58.240Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T18:15:58.308Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ef2bdb8a-38c4-4294-8cb9-09ea886756e9 1 ASDC deployResourceStructure
2021-09-25T18:15:58.309Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-25T18:15:58.309Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-25T18:15:58.309Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T18:15:58.309Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:58.310Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:58.311Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593758309,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T18:15:58.411Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:58.411Z||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-25T18:15:58.411Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:58.421Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:58.421Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:15:59.311Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-25T18:15:59.312Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-25T18:15:59.312Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T18:15:59.312Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:15:59.314Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:15:59.314Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593759311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T18:15:59.414Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:15:59.414Z||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-25T18:15:59.415Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:15:59.429Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:15:59.429Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:16:00.315Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-25T18:16:00.315Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-25T18:16:00.315Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T18:16:00.316Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:16:00.317Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:16:00.317Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593760315,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-09-25T18:16:00.418Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:16:00.418Z||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-25T18:16:00.418Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:16:00.427Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:16:00.428Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:16:01.318Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-25T18:16:01.319Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T18:16:01.319Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T18:16:01.319Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:16:01.321Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:16:01.321Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593761318,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:16:01.421Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:16:01.421Z||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-25T18:16:01.422Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:16:01.430Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:16:01.430Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:16:02.322Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09a5c3a0-4166-4c40-8494-616683680508
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-25T18:16:02.331Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09a5c3a0-4166-4c40-8494-616683680508
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-25T18:16:02.333Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:16:02.334Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:16:02.334Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:16:32.334Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09a5c3a0-4166-4c40-8494-616683680508
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-25T18:16:32.341Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09a5c3a0-4166-4c40-8494-616683680508
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-25T18:16:32.343Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:16:32.343Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T18:16:32.343Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T18:16:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:16:43.260Z||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-25T18:16:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:16:43.277Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:16:43.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "aai-ml",
"timestamp": 1632593645030,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "aai-ml",
"timestamp": 1632593645030,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "dcae-sch",
"timestamp": 1632593648001,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "aai-ml",
"timestamp": 1632593645030,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "dcae-sch",
"timestamp": 1632593648001,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "aai-ml",
"timestamp": 1632593645030,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "dcae-sch",
"timestamp": 1632593648001,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "cds",
"timestamp": 1632593650105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "aai-ml",
"timestamp": 1632593645030,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "dcae-sch",
"timestamp": 1632593648001,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "cds",
"timestamp": 1632593650105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593651204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "aai-ml",
"timestamp": 1632593645030,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "dcae-sch",
"timestamp": 1632593648001,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "cds",
"timestamp": 1632593650105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593651204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "aai-ml",
"timestamp": 1632593645030,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "dcae-sch",
"timestamp": 1632593648001,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "cds",
"timestamp": 1632593650105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593651204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "aai-ml",
"timestamp": 1632593654495,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "dcae-sch",
"timestamp": 1632593648001,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "cds",
"timestamp": 1632593650105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593654104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593651204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593654231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "policy-id",
"timestamp": 1632593654402,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "cds",
"timestamp": 1632593650105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593654104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593651204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593654231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "policy-id",
"timestamp": 1632593654402,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593654104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "cds",
"timestamp": 1632593650105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593651204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593654231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "policy-id",
"timestamp": 1632593654402,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593654104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593651204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593654231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "policy-id",
"timestamp": 1632593654402,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "cds",
"timestamp": 1632593658504,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593654104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593654231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "policy-id",
"timestamp": 1632593654402,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "cds",
"timestamp": 1632593659509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T18:16:43.299Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09a5c3a0-4166-4c40-8494-616683680508
2021-09-25T18:16:43.299Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09a5c3a0-4166-4c40-8494-616683680508 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-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593659604,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593654104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593654231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "policy-id",
"timestamp": 1632593654402,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593654104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593654231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "policy-id",
"timestamp": 1632593654402,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "aai-ml",
"timestamp": 1632593661204,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593661508,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "aai-ml",
"timestamp": 1632593662208,
"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-25T18:16:43.312Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09a5c3a0-4166-4c40-8494-616683680508
2021-09-25T18:16:43.312Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09a5c3a0-4166-4c40-8494-616683680508 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-25T18:16:43.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593662414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "policy-id",
"timestamp": 1632593662537,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593662941,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "policy-id",
"timestamp": 1632593663540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:16:43.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593663965,
"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-25T18:16:43.325Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09a5c3a0-4166-4c40-8494-616683680508
2021-09-25T18:16:43.325Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09a5c3a0-4166-4c40-8494-616683680508 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-25T18:16:43.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593664547,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:16:43.333Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "policy-id",
"timestamp": 1632593664542,
"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-25T18:16:43.337Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09a5c3a0-4166-4c40-8494-616683680508
2021-09-25T18:16:43.337Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09a5c3a0-4166-4c40-8494-616683680508 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-25T18:16:43.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593664969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T18:16:43.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593665552,
"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-25T18:16:43.347Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09a5c3a0-4166-4c40-8494-616683680508
2021-09-25T18:16:43.348Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09a5c3a0-4166-4c40-8494-616683680508 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-25T18:16:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "clamp",
"timestamp": 1632593667714,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "clamp",
"timestamp": 1632593669608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "clamp",
"timestamp": 1632593670611,
"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-25T18:16:43.362Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09a5c3a0-4166-4c40-8494-616683680508
2021-09-25T18:16:43.362Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09a5c3a0-4166-4c40-8494-616683680508 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-25T18:16:43.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "cds",
"timestamp": 1632593674708,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.373Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "cds",
"timestamp": 1632593677195,
"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=?
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-25T18:16:43.388Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d06502d-7372-4e7f-8be0-8e3b640adac8
2021-09-25T18:16:43.388Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d06502d-7372-4e7f-8be0-8e3b640adac8 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-25T18:16:43.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593655843,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593680324,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593681815,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:16:43.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:16:43.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:16:43.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:02.343Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09a5c3a0-4166-4c40-8494-616683680508
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-25T18:17:02.354Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09a5c3a0-4166-4c40-8494-616683680508
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-25T18:17:02.356Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T18:17:02.356Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T18:17:02.356Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T18:17:02.356Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T18:17:02.356Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:17:02.356Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:17:02.357Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:17:02.357Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:17:02.357Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:17:02.357Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T18:17:02.357Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T18:17:02.361Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T18:17:32.361Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09a5c3a0-4166-4c40-8494-616683680508 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-25T18:17:32.365Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09a5c3a0-4166-4c40-8494-616683680508 and serviceModelVersionId: 69378375-1df7-446e-8d3a-ec110d2557df
2021-09-25T18:17:32.366Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21682c1f-6c38-4b70-91eb-7972b1d1d9a5
2021-09-25T18:17:32.366Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21682c1f-6c38-4b70-91eb-7972b1d1d9a5/model-vers/model-ver/69378375-1df7-446e-8d3a-ec110d2557df?depth=0
2021-09-25T18:17:32.369Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T18:17:32.397Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21682c1f-6c38-4b70-91eb-7972b1d1d9a5/model-vers/model-ver/69378375-1df7-446e-8d3a-ec110d2557df?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-25T18:17:32.398Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21682c1f-6c38-4b70-91eb-7972b1d1d9a5/model-vers/model-ver/69378375-1df7-446e-8d3a-ec110d2557df?depth=0|INFO|500||Invoke
2021-09-25T18:17:32.417Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21682c1f-6c38-4b70-91eb-7972b1d1d9a5/model-vers/model-ver/69378375-1df7-446e-8d3a-ec110d2557df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-25T18:17:32.720Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21682c1f-6c38-4b70-91eb-7972b1d1d9a5/model-vers/model-ver/69378375-1df7-446e-8d3a-ec110d2557df?depth=0|INFO|500||InvokeReturn
2021-09-25T18:17:32.721Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/21682c1f-6c38-4b70-91eb-7972b1d1d9a5/model-vers/model-ver/69378375-1df7-446e-8d3a-ec110d2557df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-18:17:32:425-84093], vertex-id=[262320], Content-Length=[0], Date=[Sat, 25 Sep 2021 18:17:32 GMT], Content-Type=[application/json]}
2021-09-25T18:17:32.721Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T18:17:32.721Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T18:17:32.721Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T18:17:32.726Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T18:17:32.726Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09a5c3a0-4166-4c40-8494-616683680508 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T18:17:32.727Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T18:17:32.727Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:17:32.728Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:17:32.728Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593852727,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T18:17:32.828Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:17:32.829Z||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-25T18:17:32.829Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:32.842Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:32.842Z||pool-50-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-25T18:17:33.739Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T18:17:33.739Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d06502d-7372-4e7f-8be0-8e3b640adac8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"76b62ce4-f89d-4859-affe-b33f9ad2ebcf","serviceDescription":"service","serviceInvariantUUID":"81e0927d-9333-4bfe-b2ae-1d4ccf6ead0a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a84b8af-6d4e-42ac-b48f-60f28865ac16","resourceInvariantUUID":"dc4a9673-18c1-4aee-999e-495c93d11dac","resourceCustomizationUUID":"88ac8115-2245-469c-9009-6705743f9f5c","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":"OWQ5YjIzOTZhYmY2ZTFlMjBkNGZmOTkzM2I0OWQ5MjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bd802fb-c9e1-44af-99f0-0b31aa54057a","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":"NmNjMzVlODc3YTMyMjRiM2E0MzBjZWQ0YTczNDI3MTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"101f8b57-225c-4da9-a41b-943074adcd79","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":"26b716c5-7648-4958-93e9-3d7464de972d","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":"3608891b-8479-4734-98eb-7dd7f07b91d5","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":"fca1d40b-a4d6-4a9f-a179-cc4c53532553","artifactVersion":"2","generatedFromUUID":"26b716c5-7648-4958-93e9-3d7464de972d"},{"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":"M2IwZGE3MjAwZjA5MTQxMDBiMDlmZWEwM2JlMjA1OTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5aab91b8-cd2f-4986-b177-83051ae37f88","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":"OWQzOTQ1ZTc5NDI0MTk5ZTViNjFiMDdhZTc1NmI4Yzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93ed8ec0-f7cd-4959-afc4-7f483e3d7223","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGE0YWJkNjJlZDQwMDhjYmQ2NWIzNmVkYzI2MmVmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86abbc4f-fbd4-47e3-8787-ae21abd74315","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T18:17:33.740Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:17:33.740Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:17:33.741Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:17:33.741Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:33.841Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T18:17:33.842Z||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-25T18:17:33.842Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:33.853Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:33.853Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:17:34.742Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:17:34.743Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:17:34.744Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:17:34.744Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:17:34.844Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T18:17:34.845Z||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-25T18:17:34.845Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:34.855Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:34.855Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:17:35.745Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:17:35.746Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:17:35.747Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:17:35.747Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:17:35.847Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:17:35.848Z||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-25T18:17:35.848Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:35.857Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:35.858Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:17:36.747Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:17:36.748Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:17:36.749Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:17:36.750Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:36.850Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:17:36.850Z||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-25T18:17:36.850Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:36.861Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:36.861Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:17:37.750Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:17:37.751Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:17:37.752Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:17:37.752Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-25T18:17:37.852Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:17:37.853Z||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-25T18:17:37.853Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:37.864Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:37.865Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T18:17:38.753Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:17:38.753Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:17:38.755Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:17:38.755Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:38.855Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:17:38.856Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T18:17:38.856Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:38.869Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:38.869Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:17:39.755Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:17:39.756Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:17:39.757Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:17:39.758Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:39.858Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:17:39.858Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T18:17:39.858Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:39.868Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:39.869Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:17:40.758Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T18:17:40.759Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:17:40.761Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:17:40.761Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:17:40.861Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:17:40.861Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T18:17:40.861Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:40.872Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:40.872Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-25T18:17:41.762Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"serviceName": "basic_vm_macro",
"serviceVersion": "1.0",
"serviceUUID": "76b62ce4-f89d-4859-affe-b33f9ad2ebcf",
"serviceDescription": "service",
"serviceInvariantUUID": "81e0927d-9333-4bfe-b2ae-1d4ccf6ead0a",
"resources": [
{
"resourceInstanceName": "basic_vm_macro 0",
"resourceCustomizationUUID": "88ac8115-2245-469c-9009-6705743f9f5c",
"resourceName": "basic_vm_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1a84b8af-6d4e-42ac-b48f-60f28865ac16",
"resourceInvariantUUID": "dc4a9673-18c1-4aee-999e-495c93d11dac",
"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": "NmNjMzVlODc3YTMyMjRiM2E0MzBjZWQ0YTczNDI3MTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "101f8b57-225c-4da9-a41b-943074adcd79",
"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": "26b716c5-7648-4958-93e9-3d7464de972d",
"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": "fca1d40b-a4d6-4a9f-a179-cc4c53532553",
"generatedFromUUID": "26b716c5-7648-4958-93e9-3d7464de972d"
},
"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": "fca1d40b-a4d6-4a9f-a179-cc4c53532553",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVmMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"artifactChecksum": "OGE0YWJkNjJlZDQwMDhjYmQ2NWIzNmVkYzI2MmVmYTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "86abbc4f-fbd4-47e3-8787-ae21abd74315"
}
],
"workloadContext": "Production"
}
2021-09-25T18:17:41.762Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T18:17:41.763Z|09a5c3a0-4166-4c40-8494-616683680508|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 76b62ce4-f89d-4859-affe-b33f9ad2ebcf ASDC
2021-09-25T18:17:41.763Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9d06502d-7372-4e7f-8be0-8e3b640adac8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:76b62ce4-f89d-4859-affe-b33f9ad2ebcf
ServiceInvariantUUID:81e0927d-9333-4bfe-b2ae-1d4ccf6ead0a
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:86abbc4f-fbd4-47e3-8787-ae21abd74315
ArtifactChecksum:OGE0YWJkNjJlZDQwMDhjYmQ2NWIzNmVkYzI2MmVmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:88ac8115-2245-469c-9009-6705743f9f5c
ResourceInvariantUUID:dc4a9673-18c1-4aee-999e-495c93d11dac
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1a84b8af-6d4e-42ac-b48f-60f28865ac16
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:101f8b57-225c-4da9-a41b-943074adcd79
ArtifactChecksum:NmNjMzVlODc3YTMyMjRiM2E0MzBjZWQ0YTczNDI3MTI=
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:26b716c5-7648-4958-93e9-3d7464de972d
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:fca1d40b-a4d6-4a9f-a179-cc4c53532553
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:fca1d40b-a4d6-4a9f-a179-cc4c53532553
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-25T18:17:41.763Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76b62ce4-f89d-4859-affe-b33f9ad2ebcf 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-25T18:17:41.795Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T18:17:41.795Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:17:41.795Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:17:41.795Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 86abbc4f-fbd4-47e3-8787-ae21abd74315 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-25T18:17:41.795Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T18:17:41.796Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-25T18:17:42.403Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T18:17:42.407Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 86abbc4f-fbd4-47e3-8787-ae21abd74315 78613
2021-09-25T18:17:42.407Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-25T18:17:42.407Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-25T18:17:42.407Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T18:17:42.408Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T18:17:42.409Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T18:17:42.410Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593862407,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:42.510Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T18:17:42.510Z||pool-59-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-25T18:17:42.510Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:42.521Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:42.521Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T18:17:43.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T18:17:43.260Z||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-25T18:17:43.260Z||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 HXVSL3xg7Zq4woXi) ...
2021-09-25T18:17:43.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T18:17:43.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593683323,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593683531,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593668001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593684133,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593684343,
"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-25T18:17:43.292Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d06502d-7372-4e7f-8be0-8e3b640adac8
2021-09-25T18:17:43.292Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d06502d-7372-4e7f-8be0-8e3b640adac8 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-25T18:17:43.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593684534,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593684602,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "cds",
"timestamp": 1632593665105,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593685346,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "policy-id",
"timestamp": 1632593685536,
"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-25T18:17:43.305Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d06502d-7372-4e7f-8be0-8e3b640adac8
2021-09-25T18:17:43.305Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d06502d-7372-4e7f-8be0-8e3b640adac8 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-25T18:17:43.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593685611,
"artifactURL": "/sdc/v1/catalog/services/df779dda-cbc8-4472-ab64-8391b0764ae3/resourceInstances/basicclamp0/artifacts/736511b0-0faf-4c84-923c-809f8024b00e",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "cds",
"timestamp": 1632593686709,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593686829,
"artifactURL": "/sdc/v1/catalog/services/df779dda-cbc8-4472-ab64-8391b0764ae3/resourceInstances/basicclamp0/artifacts/736511b0-0faf-4c84-923c-809f8024b00e",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "cds",
"timestamp": 1632593687713,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-25T18:17:43.324Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce100904-d537-4a23-9fae-fac434a9c933
2021-09-25T18:17:43.325Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce100904-d537-4a23-9fae-fac434a9c933 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-25T18:17:43.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593687726,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.332Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "dcae-sch",
"timestamp": 1632593687832,
"artifactURL": "/sdc/v1/catalog/services/df779dda-cbc8-4472-ab64-8391b0764ae3/resourceInstances/basicclamp0/artifacts/736511b0-0faf-4c84-923c-809f8024b00e",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T18:17:43.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of ce100904-d537-4a23-9fae-fac434a9c933
2021-09-25T18:17:43.336Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce100904-d537-4a23-9fae-fac434a9c933 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T18:17:43.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "clamp",
"timestamp": 1632593688731,
"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-25T18:17:43.348Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d06502d-7372-4e7f-8be0-8e3b640adac8
2021-09-25T18:17:43.348Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d06502d-7372-4e7f-8be0-8e3b640adac8 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-25T18:17:43.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "ves-openapi-manager",
"timestamp": 1632593674104,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593689734,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593690693,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593689734,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "aai-ml",
"timestamp": 1632593691697,
"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-25T18:17:43.361Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d06502d-7372-4e7f-8be0-8e3b640adac8
2021-09-25T18:17:43.362Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d06502d-7372-4e7f-8be0-8e3b640adac8 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-25T18:17:43.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593689734,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593693316,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593689734,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593671205,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593674402,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593689734,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593695094,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593695222,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593689734,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593695518,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593696226,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593689734,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d06502d-7372-4e7f-8be0-8e3b640adac8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593696521,
"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-25T18:17:43.375Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d06502d-7372-4e7f-8be0-8e3b640adac8
2021-09-25T18:17:43.375Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d06502d-7372-4e7f-8be0-8e3b640adac8 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-25T18:17:43.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593696602,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "policy-id",
"timestamp": 1632593697229,
"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-25T18:17:43.388Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce100904-d537-4a23-9fae-fac434a9c933
2021-09-25T18:17:43.388Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce100904-d537-4a23-9fae-fac434a9c933 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-25T18:17:43.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593689734,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593698310,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593699336,
"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-25T18:17:43.400Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce100904-d537-4a23-9fae-fac434a9c933
2021-09-25T18:17:43.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce100904-d537-4a23-9fae-fac434a9c933 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-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593675030,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632593700340,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593701321,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593684231,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593706203,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593707427,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593708288,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "aai-ml",
"timestamp": 1632593708431,
"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-25T18:17:43.410Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T18:17:43.411Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T18:17:43.411Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 86abbc4f-fbd4-47e3-8787-ae21abd74315, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:43.411Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-25T18:17:43.412Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:43.412Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:43.412Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce100904-d537-4a23-9fae-fac434a9c933
2021-09-25T18:17:43.412Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce100904-d537-4a23-9fae-fac434a9c933 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-25T18:17:43.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632593709291,
"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-25T18:17:43.424Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce100904-d537-4a23-9fae-fac434a9c933
2021-09-25T18:17:43.424Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce100904-d537-4a23-9fae-fac434a9c933 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-25T18:17:43.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593709605,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593710608,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593714701,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593715704,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce100904-d537-4a23-9fae-fac434a9c933",
"consumerID": "clamp",
"timestamp": 1632593716707,
"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-25T18:17:43.436Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ce100904-d537-4a23-9fae-fac434a9c933
2021-09-25T18:17:43.436Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce100904-d537-4a23-9fae-fac434a9c933 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-25T18:17:43.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c02536d9-7d07-45b4-8002-771703c92a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593737701,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T18:17:43.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T18:17:43.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T18:17:43.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09a5c3a0-4166-4c40-8494-616683680508",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632593738713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T18:17:43.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-25T18:17:43.497Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12269094309752802661/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-25T18:17:44.306Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T18:17:44.307Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T18:17:44.307Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:44.307Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-25T18:17:44.307Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:44.308Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_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-25T18:17:44.308Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:44.308Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:44.308Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:44.308Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:44.308Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:44.308Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:44.308Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T18:17:44.309Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T18:17:44.309Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:17:44.309Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:17:44.309Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T18:17:44.309Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T18:17:44.310Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T18:17:44.310Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:17:44.310Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:17:44.310Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T18:17:44.310Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T18:17:44.311Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T18:17:44.311Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:17:44.311Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T18:17:44.311Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:17:44.311Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-25T18:17:44.312Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-25T18:17:44.312Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-25T18:17:44.312Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-25T18:17:44.312Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T18:17:44.312Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T18:17:44.313Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T18:17:44.313Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T18:17:44.313Z|9d06502d-7372-4e7f-8be0-8e3b640adac8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery