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-11-10T02:57:02.547Z||main|||||INFO|500||The following profiles are active: basic
2021-11-10T02:57:11.550Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-10T02:57:11.550Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-10T02:57:11.628Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-10T02:57:13.749Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-10T02:57:13.902Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-10T02:57:14.296Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-10T02:57:14.303Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-10T02:57:14.369Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-10T02:57:14.474Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-10T02:57:14.813Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-10T02:57:15.703Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-10T02:57:17.375Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-10T02:57:17.413Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-10T02:57:17.897Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-10T02:57:18.016Z||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-11-10T02:57:19.084Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-10T02:57:20.011Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-10T02:57:20.025Z||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$$16196139.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-11-10T02:57:20.026Z||main|||||WARN|500||The sdc end point is not alive
2021-11-10T02:57:22.511Z||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-11-10T02:57:24.914Z||main|||||WARN|500||---
2021-11-10T02:57:24.914Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-10T02:57:24.914Z||main|||||WARN|500||---
2021-11-10T02:57:25.251Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-10T02:57:29.149Z||main|||||INFO|500||Started Application in 30.99 seconds (JVM running for 32.069)
2021-11-10T02:57:29.164Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-10T02:57:29.165Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-10T02:57:29.204Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-10T02:57:29.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-10T02:57:29.262Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c24a275-328b-4bfd-abfb-e5364445f19f url= /sdc/v1/artifactTypes
2021-11-10T02:57:29.263Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-10T02:57:29.505Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-10T02:57:29.525Z||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-11-10T02:57:29.543Z||scheduling-1|||||DEBUG|500||create keys
2021-11-10T02:57:29.549Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-10T02:57:30.757Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:57:30.779Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0ae83fde-6d55-4805-9336-bd4b2e2c0088 url= /sdc/v1/registerForDistribution
2021-11-10T02:57:31.510Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0ae83fde-6d55-4805-9336-bd4b2e2c0088 url= /sdc/v1/registerForDistribution
2021-11-10T02:57:31.510Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-10T02:57:31.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:57:31.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:57:31.526Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-10T02:57:31.527Z||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-11-10T02:57:31.528Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T02:57:31.528Z||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-11-10T02:57:31.528Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T02:57:42.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:57:42.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:58:31.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:58:31.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:58:31.521Z||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-11-10T02:58:31.522Z||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-11-10T02:58:31.523Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T02:58:31.523Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T02:58:41.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:58:41.084Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:59:31.519Z||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-11-10T02:59:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T02:59:31.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:59:31.521Z||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-11-10T02:59:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T02:59:41.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:41.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:00:31.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:00:31.519Z||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-11-10T03:00:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:00:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:00:31.521Z||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-11-10T03:00:31.523Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:00:41.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:00:41.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:01:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:01:31.519Z||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-11-10T03:01:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:01:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:01:31.521Z||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-11-10T03:01:31.523Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:01:41.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:01:41.094Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:02:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:02:31.520Z||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-11-10T03:02:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:02:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:02:31.521Z||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-11-10T03:02:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:02:41.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:02:41.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:03:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:03:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:03:31.521Z||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-11-10T03:03:31.522Z||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-11-10T03:03:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:03:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:03:41.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:03:41.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:04:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:04:31.519Z||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-11-10T03:04:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:04:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:04:31.525Z||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-11-10T03:04:31.525Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:04:41.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:04:41.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:05:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:05:31.519Z||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-11-10T03:05:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:05:31.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:05:31.521Z||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-11-10T03:05:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:05:41.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:05:41.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:06:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:06:31.519Z||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-11-10T03:06:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:06:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:06:31.521Z||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-11-10T03:06:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:06:41.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:06:41.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:07:13.924Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-10T03:07:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:07:31.519Z||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-11-10T03:07:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:07:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:07:31.521Z||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-11-10T03:07:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:07:41.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:07:41.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:08:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:08:31.519Z||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-11-10T03:08:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:08:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:08:31.521Z||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-11-10T03:08:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:08:41.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:08:41.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:09:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:09:31.519Z||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-11-10T03:09:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:09:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:09:31.521Z||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-11-10T03:09:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:09:41.067Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:09:41.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:10:31.519Z||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-11-10T03:10:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:10:31.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:10:31.521Z||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-11-10T03:10:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:10:41.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:11:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:11:31.519Z||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-11-10T03:11:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:11:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:11:31.521Z||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-11-10T03:11:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:11:41.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:11:41.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:12:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:12:31.519Z||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-11-10T03:12:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:12:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:12:31.521Z||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-11-10T03:12:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:12:41.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:12:41.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:13:31.519Z||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-11-10T03:13:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:13:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:13:31.521Z||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-11-10T03:13:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:13:41.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:41.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:14:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:14:31.519Z||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-11-10T03:14:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:14:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:14:31.521Z||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-11-10T03:14:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:14:41.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:14:41.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:15:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:15:31.519Z||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-11-10T03:15:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:15:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:15:31.521Z||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-11-10T03:15:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:15:41.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:15:41.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:16:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:16:31.519Z||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-11-10T03:16:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:16:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:16:31.521Z||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-11-10T03:16:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:16:41.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:16:41.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:17:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:17:31.519Z||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-11-10T03:17:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:17:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:17:31.521Z||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-11-10T03:17:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:17:41.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:17:41.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:18:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:18:31.519Z||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-11-10T03:18:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:18:31.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:18:31.521Z||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-11-10T03:18:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:18:41.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:18:41.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:19:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:19:31.519Z||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-11-10T03:19:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:19:31.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:19:31.521Z||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-11-10T03:19:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:19:41.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:19:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:20:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:20:31.519Z||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-11-10T03:20:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:20:31.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:20:31.521Z||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-11-10T03:20:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:20:41.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:20:41.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:21:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:21:31.519Z||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-11-10T03:21:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:21:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:21:31.521Z||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-11-10T03:21:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:21:41.065Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:21:41.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:22:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:22:31.519Z||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-11-10T03:22:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:22:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:22:31.521Z||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-11-10T03:22:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:22:41.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:22:41.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:23:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:23:31.519Z||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-11-10T03:23:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:23:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:23:31.521Z||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-11-10T03:23:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:23:41.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:23:41.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:24:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:24:31.519Z||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-11-10T03:24:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:24:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:24:31.521Z||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-11-10T03:24:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:24:41.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:24:41.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:25:31.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:25:31.519Z||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-11-10T03:25:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:25:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:25:31.521Z||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-11-10T03:25:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:25:41.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:25:41.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:26:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:26:31.519Z||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-11-10T03:26:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:26:31.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:26:31.522Z||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-11-10T03:26:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:26:41.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:26:41.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:27:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:27:31.519Z||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-11-10T03:27:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:27:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:27:31.521Z||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-11-10T03:27:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:27:41.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:27:41.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:28:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:28:31.519Z||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-11-10T03:28:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:28:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:28:31.521Z||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-11-10T03:28:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:28:41.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:28:41.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:29:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:29:31.519Z||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-11-10T03:29:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:29:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:29:31.521Z||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-11-10T03:29:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:29:41.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:29:41.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:30:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:30:31.519Z||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-11-10T03:30:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:30:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:30:31.520Z||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-11-10T03:30:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:30:41.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:30:41.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:31:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:31:31.519Z||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-11-10T03:31:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:31:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:31:31.521Z||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-11-10T03:31:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:31:41.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:31:41.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:32:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:32:31.519Z||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-11-10T03:32:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:32:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:32:31.521Z||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-11-10T03:32:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:32:41.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:32:41.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:33:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:33:31.519Z||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-11-10T03:33:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:33:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:33:31.521Z||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-11-10T03:33:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:33:41.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:33:41.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:34:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:34:31.519Z||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-11-10T03:34:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:34:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:34:31.521Z||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-11-10T03:34:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:34:41.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:34:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:35:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:35:31.519Z||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-11-10T03:35:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:35:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:35:31.521Z||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-11-10T03:35:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:35:41.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:35:41.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:36:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:36:31.519Z||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-11-10T03:36:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:36:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:36:31.522Z||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-11-10T03:36:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:36:41.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:36:41.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:37:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:37:31.519Z||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-11-10T03:37:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:37:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:37:31.521Z||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-11-10T03:37:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:37:41.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:37:41.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:38:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:38:31.519Z||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-11-10T03:38:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:38:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:38:31.521Z||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-11-10T03:38:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:38:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:38:41.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:39:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:39:31.519Z||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-11-10T03:39:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:39:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:39:31.521Z||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-11-10T03:39:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:39:41.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:39:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:40:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:40:31.519Z||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-11-10T03:40:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:40:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:40:31.522Z||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-11-10T03:40:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:40:41.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:40:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:41:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:41:31.519Z||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-11-10T03:41:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:41:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:41:31.521Z||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-11-10T03:41:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:41:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:41:41.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:42:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:42:31.519Z||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-11-10T03:42:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:42:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:42:31.521Z||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-11-10T03:42:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:42:41.066Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:42:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:43:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:43:31.519Z||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-11-10T03:43:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:43:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:43:31.521Z||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-11-10T03:43:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:43:41.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:43:41.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:44:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:44:31.519Z||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-11-10T03:44:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:44:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:44:31.521Z||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-11-10T03:44:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:44:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:44:41.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:45:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:45:31.519Z||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-11-10T03:45:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:45:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:45:31.521Z||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-11-10T03:45:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:45:41.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:45:41.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:46:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:46:31.519Z||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-11-10T03:46:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:46:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:46:31.521Z||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-11-10T03:46:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:46:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:46:41.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:47:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:47:31.519Z||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-11-10T03:47:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:47:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:47:31.521Z||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-11-10T03:47:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:47:41.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:47:41.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:48:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:48:31.519Z||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-11-10T03:48:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:48:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:48:31.521Z||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-11-10T03:48:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:48:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:48:41.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:49:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:49:31.519Z||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-11-10T03:49:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:49:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:49:31.521Z||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-11-10T03:49:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:49:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:49:41.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:50:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:50:31.519Z||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-11-10T03:50:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:50:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:50:31.521Z||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-11-10T03:50:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:50:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:50:41.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:51:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:51:31.519Z||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-11-10T03:51:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:51:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:51:31.521Z||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-11-10T03:51:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:51:41.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:51:41.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:52:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:52:31.519Z||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-11-10T03:52:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:52:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:52:31.521Z||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-11-10T03:52:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:52:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:52:41.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:53:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:53:31.519Z||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-11-10T03:53:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:53:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:53:31.521Z||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-11-10T03:53:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:53:41.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:53:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:54:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:54:31.519Z||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-11-10T03:54:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:54:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:54:31.521Z||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-11-10T03:54:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:54:41.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:54:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:55:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:55:31.519Z||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-11-10T03:55:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:55:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:55:31.521Z||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-11-10T03:55:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:55:41.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:55:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:56:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:56:31.519Z||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-11-10T03:56:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:56:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:56:31.521Z||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-11-10T03:56:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:56:41.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:56:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:57:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:57:31.519Z||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-11-10T03:57:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:57:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:57:31.521Z||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-11-10T03:57:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:57:41.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:57:41.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:58:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:58:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:58:31.521Z||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-11-10T03:58:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:58:31.521Z||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-11-10T03:58:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:58:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:58:41.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:59:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:59:31.519Z||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-11-10T03:59:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:59:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:59:31.521Z||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-11-10T03:59:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T03:59:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:59:41.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:00:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:00:31.519Z||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-11-10T04:00:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:00:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:00:31.521Z||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-11-10T04:00:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:00:41.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:00:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:01:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:01:31.519Z||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-11-10T04:01:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:01:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:01:31.521Z||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-11-10T04:01:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:01:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:01:41.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:02:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:02:31.519Z||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-11-10T04:02:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:02:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:02:31.521Z||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-11-10T04:02:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:02:41.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:02:41.065Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:03:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:03:31.519Z||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-11-10T04:03:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:03:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:03:31.521Z||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-11-10T04:03:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:03:41.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:03:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:04:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:04:31.519Z||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-11-10T04:04:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:04:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:04:31.521Z||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-11-10T04:04:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:04:41.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:04:41.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:05:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:05:31.519Z||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-11-10T04:05:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:05:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:05:31.521Z||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-11-10T04:05:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:05:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:05:41.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:06:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:06:31.519Z||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-11-10T04:06:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:06:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:06:31.521Z||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-11-10T04:06:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:06:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:06:41.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:07:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:07:31.519Z||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-11-10T04:07:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:07:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:07:31.521Z||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-11-10T04:07:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:07:41.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:07:41.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:08:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:08:31.519Z||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-11-10T04:08:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:08:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:08:31.521Z||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-11-10T04:08:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:08:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:08:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:09:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:09:31.519Z||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-11-10T04:09:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:09:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:09:31.521Z||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-11-10T04:09:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:09:41.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:09:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:10:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:10:31.519Z||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-11-10T04:10:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:10:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:10:31.521Z||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-11-10T04:10:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:10:41.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:10:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:11:31.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:11:31.519Z||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-11-10T04:11:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:11:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:11:31.521Z||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-11-10T04:11:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:11:41.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:11:41.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:12:31.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:12:31.519Z||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-11-10T04:12:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:12:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:12:31.521Z||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-11-10T04:12:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:12:41.065Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:12:41.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:13:31.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:13:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:13:31.521Z||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-11-10T04:13:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:13:31.521Z||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-11-10T04:13:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:13:41.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:13:41.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:14:31.518Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:14:31.519Z||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-11-10T04:14:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:14:31.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:14:31.521Z||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-11-10T04:14:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:14:41.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:14:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:15:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:15:31.519Z||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-11-10T04:15:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:15:31.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:15:31.522Z||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-11-10T04:15:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:15:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:15:41.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:16:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:16:31.519Z||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-11-10T04:16:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:16:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:16:31.521Z||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-11-10T04:16:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:16:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:16:41.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:17:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:17:31.519Z||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-11-10T04:17:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:17:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:17:31.521Z||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-11-10T04:17:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:17:41.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:17:41.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:18:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:18:31.519Z||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-11-10T04:18:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:18:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:18:31.521Z||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-11-10T04:18:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:18:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:18:41.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:19:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:19:31.519Z||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-11-10T04:19:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:19:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:19:31.521Z||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-11-10T04:19:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:19:41.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:19:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:20:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:20:31.519Z||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-11-10T04:20:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:20:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:20:31.521Z||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-11-10T04:20:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:20:41.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:20:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:21:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:21:31.519Z||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-11-10T04:21:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:21:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:21:31.521Z||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-11-10T04:21:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:21:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:21:41.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:22:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:22:31.519Z||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-11-10T04:22:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:22:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:22:31.521Z||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-11-10T04:22:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:22:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:22:41.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:23:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:23:31.519Z||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-11-10T04:23:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:23:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:23:31.521Z||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-11-10T04:23:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:23:41.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:23:41.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:24:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:24:31.519Z||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-11-10T04:24:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:24:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:24:31.521Z||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-11-10T04:24:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:24:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:24:41.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:25:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:25:31.519Z||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-11-10T04:25:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:25:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:25:31.521Z||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-11-10T04:25:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:25:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:25:41.067Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:26:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:26:31.519Z||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-11-10T04:26:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:26:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:26:31.521Z||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-11-10T04:26:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:26:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:26:41.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:27:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:27:31.519Z||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-11-10T04:27:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:27:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:27:31.520Z||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-11-10T04:27:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:27:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:27:41.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:28:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:28:31.519Z||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-11-10T04:28:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:28:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:28:31.520Z||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-11-10T04:28:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:28:41.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:28:41.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:29:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:29:31.519Z||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-11-10T04:29:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:29:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:29:31.521Z||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-11-10T04:29:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:29:41.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:29:41.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:30:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:30:31.519Z||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-11-10T04:30:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:30:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:30:31.521Z||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-11-10T04:30:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:30:41.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:30:41.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:31:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:31:31.519Z||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-11-10T04:31:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:31:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:31:31.521Z||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-11-10T04:31:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:31:41.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:31:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:32:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:32:31.519Z||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-11-10T04:32:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:32:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:32:31.521Z||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-11-10T04:32:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:32:41.067Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:32:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:33:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:33:31.519Z||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-11-10T04:33:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:33:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:33:31.521Z||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-11-10T04:33:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:33:41.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:33:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:34:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:34:31.519Z||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-11-10T04:34:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:34:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:34:31.521Z||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-11-10T04:34:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:34:41.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:34:41.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:35:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:35:31.519Z||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-11-10T04:35:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:35:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:35:31.521Z||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-11-10T04:35:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:35:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:35:41.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:36:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:36:31.519Z||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-11-10T04:36:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:36:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:36:31.521Z||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-11-10T04:36:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:36:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:36:41.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:37:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:37:31.519Z||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-11-10T04:37:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:37:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:37:31.521Z||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-11-10T04:37:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:37:41.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:37:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:38:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:38:31.519Z||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-11-10T04:38:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:38:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:38:31.520Z||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-11-10T04:38:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:38:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:38:41.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:39:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:39:31.519Z||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-11-10T04:39:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:39:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:39:31.521Z||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-11-10T04:39:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:39:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:39:41.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:40:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:40:31.519Z||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-11-10T04:40:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:40:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:40:31.521Z||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-11-10T04:40:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:40:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:40:41.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:41:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:41:31.519Z||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-11-10T04:41:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:41:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:41:31.521Z||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-11-10T04:41:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:41:41.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:41:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:42:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:42:31.519Z||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-11-10T04:42:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:42:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:42:31.520Z||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-11-10T04:42:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:42:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:42:41.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:43:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:43:31.519Z||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-11-10T04:43:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:43:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:43:31.521Z||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-11-10T04:43:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:43:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:43:41.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:44:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:44:31.519Z||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-11-10T04:44:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:44:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:44:31.521Z||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-11-10T04:44:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:44:41.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:44:41.065Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:45:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:45:31.519Z||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-11-10T04:45:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:45:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:45:31.521Z||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-11-10T04:45:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:45:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:45:41.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:46:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:46:31.519Z||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-11-10T04:46:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:46:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:46:31.521Z||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-11-10T04:46:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:46:41.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:46:41.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:47:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:47:31.519Z||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-11-10T04:47:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:47:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:47:31.521Z||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-11-10T04:47:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:47:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:47:41.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:48:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:48:31.519Z||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-11-10T04:48:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:48:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:48:31.521Z||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-11-10T04:48:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:48:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:48:41.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:49:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:49:31.519Z||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-11-10T04:49:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:49:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:49:31.521Z||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-11-10T04:49:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:49:41.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:49:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:50:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:50:31.519Z||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-11-10T04:50:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:50:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:50:31.521Z||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-11-10T04:50:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:50:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:50:41.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:51:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:51:31.520Z||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-11-10T04:51:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:51:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:51:31.521Z||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-11-10T04:51:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:51:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:51:41.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:52:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:52:31.519Z||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-11-10T04:52:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:52:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:52:31.521Z||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-11-10T04:52:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:52:41.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:52:41.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:53:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:53:31.519Z||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-11-10T04:53:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:53:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:53:31.521Z||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-11-10T04:53:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:53:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:53:41.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:54:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:54:31.519Z||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-11-10T04:54:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:54:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:54:31.521Z||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-11-10T04:54:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:54:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:54:41.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:55:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:55:31.519Z||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-11-10T04:55:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:55:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:55:31.520Z||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-11-10T04:55:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:55:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:55:41.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:56:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:56:31.519Z||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-11-10T04:56:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:56:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:56:31.521Z||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-11-10T04:56:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:56:41.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:56:41.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:57:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:57:31.519Z||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-11-10T04:57:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:57:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:57:31.521Z||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-11-10T04:57:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:57:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:57:41.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:58:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:58:31.519Z||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-11-10T04:58:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:58:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:58:31.521Z||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-11-10T04:58:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:58:41.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:58:41.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:59:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:59:31.519Z||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-11-10T04:59:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:59:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T04:59:31.521Z||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-11-10T04:59:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T04:59:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T04:59:41.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:00:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:00:31.519Z||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-11-10T05:00:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:00:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:00:31.521Z||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-11-10T05:00:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:00:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:00:41.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:01:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:01:31.519Z||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-11-10T05:01:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:01:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:01:31.521Z||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-11-10T05:01:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:01:41.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:01:41.060Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:02:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:02:31.519Z||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-11-10T05:02:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:02:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:02:31.521Z||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-11-10T05:02:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:02:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:02:41.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:03:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:03:31.519Z||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-11-10T05:03:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:03:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:03:31.521Z||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-11-10T05:03:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:03:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:03:41.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:04:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:04:31.519Z||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-11-10T05:04:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:04:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:04:31.521Z||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-11-10T05:04:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:04:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:04:41.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:05:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:05:31.519Z||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-11-10T05:05:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:05:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:05:31.521Z||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-11-10T05:05:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:05:41.067Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:05:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:06:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:06:31.519Z||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-11-10T05:06:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:06:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:06:31.521Z||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-11-10T05:06:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:06:41.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:06:41.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:07:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:07:31.519Z||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-11-10T05:07:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:07:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:07:31.521Z||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-11-10T05:07:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:07:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:07:41.066Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:08:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:08:31.519Z||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-11-10T05:08:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:08:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:08:31.521Z||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-11-10T05:08:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:08:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:08:41.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:09:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:09:31.519Z||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-11-10T05:09:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:09:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:09:31.521Z||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-11-10T05:09:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:09:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:09:41.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:10:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:10:31.519Z||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-11-10T05:10:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:10:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:10:31.521Z||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-11-10T05:10:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:10:41.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:10:41.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:11:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:11:31.519Z||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-11-10T05:11:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:11:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:11:31.521Z||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-11-10T05:11:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:11:41.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:11:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:12:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:12:31.519Z||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-11-10T05:12:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:12:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:12:31.521Z||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-11-10T05:12:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:12:41.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:12:41.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:13:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:13:31.519Z||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-11-10T05:13:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:13:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:13:31.521Z||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-11-10T05:13:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:13:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:13:41.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:14:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:14:31.519Z||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-11-10T05:14:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:14:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:14:31.521Z||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-11-10T05:14:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:14:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:14:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:15:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:15:31.519Z||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-11-10T05:15:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:15:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:15:31.521Z||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-11-10T05:15:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:15:41.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:15:41.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:16:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:16:31.519Z||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-11-10T05:16:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:16:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:16:31.521Z||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-11-10T05:16:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:16:41.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:16:41.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:17:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:17:31.519Z||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-11-10T05:17:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:17:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:17:31.521Z||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-11-10T05:17:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:17:41.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:17:41.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:18:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:18:31.519Z||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-11-10T05:18:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:18:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:18:31.521Z||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-11-10T05:18:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:18:41.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:18:41.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:19:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:19:31.519Z||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-11-10T05:19:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:19:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:19:31.521Z||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-11-10T05:19:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:19:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:19:41.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:20:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:20:31.519Z||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-11-10T05:20:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:20:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:20:31.521Z||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-11-10T05:20:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:20:41.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:20:41.063Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:21:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:21:31.519Z||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-11-10T05:21:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:21:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:21:31.520Z||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-11-10T05:21:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:21:41.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:21:41.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:22:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:22:31.519Z||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-11-10T05:22:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:22:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:22:31.521Z||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-11-10T05:22:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:22:41.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:22:41.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:23:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:23:31.519Z||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-11-10T05:23:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:23:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:23:31.521Z||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-11-10T05:23:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:23:41.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:23:41.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:24:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:24:31.519Z||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-11-10T05:24:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:24:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:24:31.520Z||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-11-10T05:24:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:24:41.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:24:41.067Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:25:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:25:31.519Z||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-11-10T05:25:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:25:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:25:31.521Z||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-11-10T05:25:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:25:41.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:25:41.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:26:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:26:31.519Z||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-11-10T05:26:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:26:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:26:31.521Z||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-11-10T05:26:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:26:41.061Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:26:41.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:27:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:27:31.519Z||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-11-10T05:27:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:27:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:27:31.521Z||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-11-10T05:27:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:27:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:27:41.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:28:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:28:31.519Z||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-11-10T05:28:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:28:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:28:31.521Z||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-11-10T05:28:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:28:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:28:41.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:29:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:29:31.519Z||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-11-10T05:29:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:29:31.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:29:31.521Z||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-11-10T05:29:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:29:41.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:29:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:30:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:30:31.519Z||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-11-10T05:30:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:30:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:30:31.521Z||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-11-10T05:30:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:30:41.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:30:41.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:31:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:31:31.519Z||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-11-10T05:31:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:31:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:31:31.521Z||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-11-10T05:31:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:31:41.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:31:41.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:32:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:32:31.519Z||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-11-10T05:32:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:32:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:32:31.521Z||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-11-10T05:32:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:32:41.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:32:41.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:33:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:33:31.519Z||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-11-10T05:33:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:33:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:33:31.521Z||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-11-10T05:33:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:33:41.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:33:41.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:34:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:34:31.519Z||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-11-10T05:34:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:34:31.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:34:31.521Z||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-11-10T05:34:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:34:41.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:34:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:35:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:35:31.519Z||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-11-10T05:35:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:35:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:35:31.521Z||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-11-10T05:35:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:35:41.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:35:41.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:36:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:36:31.519Z||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-11-10T05:36:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:36:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:36:31.521Z||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-11-10T05:36:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:36:41.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:36:41.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:37:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:37:31.519Z||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-11-10T05:37:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:37:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:37:31.521Z||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-11-10T05:37:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:37:41.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:37:41.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:38:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:38:31.519Z||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-11-10T05:38:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:38:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:38:31.521Z||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-11-10T05:38:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:38:41.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:38:41.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:39:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:39:31.519Z||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-11-10T05:39:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:39:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:39:31.521Z||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-11-10T05:39:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:39:41.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:39:41.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:40:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:40:31.519Z||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-11-10T05:40:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:40:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:40:31.521Z||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-11-10T05:40:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:40:41.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:40:41.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:41:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:41:31.519Z||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-11-10T05:41:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:41:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:41:31.520Z||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-11-10T05:41:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:41:41.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:41:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:42:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:42:31.519Z||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-11-10T05:42:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:42:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:42:31.521Z||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-11-10T05:42:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:42:41.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:42:41.065Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:43:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:43:31.519Z||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-11-10T05:43:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:43:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:43:31.521Z||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-11-10T05:43:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:43:41.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:43:41.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:44:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:44:31.519Z||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-11-10T05:44:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:44:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:44:31.520Z||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-11-10T05:44:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:44:41.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:44:41.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:45:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:45:31.519Z||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-11-10T05:45:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:45:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:45:31.520Z||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-11-10T05:45:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:45:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:45:41.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:46:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:46:31.519Z||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-11-10T05:46:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:46:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:46:31.521Z||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-11-10T05:46:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:46:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:46:41.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:47:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:47:31.519Z||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-11-10T05:47:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:47:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:47:31.520Z||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-11-10T05:47:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:47:41.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:47:41.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:48:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:48:31.519Z||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-11-10T05:48:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:48:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:48:31.521Z||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-11-10T05:48:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:48:41.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:48:41.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:49:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:49:31.519Z||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-11-10T05:49:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:49:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:49:31.521Z||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-11-10T05:49:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:49:41.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:49:41.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:50:31.518Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:50:31.519Z||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-11-10T05:50:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:50:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:50:31.521Z||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-11-10T05:50:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:50:41.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:50:41.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:51:31.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:51:31.519Z||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-11-10T05:51:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:51:31.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:51:31.522Z||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-11-10T05:51:31.523Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:51:41.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:51:41.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:52:31.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:52:31.519Z||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-11-10T05:52:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:52:31.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:52:31.521Z||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-11-10T05:52:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:52:41.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:52:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:53:31.518Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:53:31.519Z||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-11-10T05:53:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:53:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:53:31.520Z||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-11-10T05:53:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:53:41.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:53:41.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:54:31.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:54:31.519Z||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-11-10T05:54:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:54:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:54:31.521Z||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-11-10T05:54:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:54:41.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:54:41.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:55:31.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:55:31.519Z||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-11-10T05:55:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:55:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:55:31.521Z||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-11-10T05:55:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:55:41.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:55:41.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:56:31.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:56:31.519Z||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-11-10T05:56:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:56:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:56:31.521Z||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-11-10T05:56:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:56:41.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:56:41.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:57:31.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:57:31.519Z||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-11-10T05:57:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:57:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:57:31.521Z||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-11-10T05:57:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:57:41.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:57:41.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:58:31.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:58:31.519Z||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-11-10T05:58:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:58:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:58:31.521Z||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-11-10T05:58:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:58:41.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:58:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:59:31.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:59:31.519Z||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-11-10T05:59:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:59:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T05:59:31.521Z||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-11-10T05:59:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T05:59:41.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T05:59:41.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:00:31.518Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:00:31.519Z||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-11-10T06:00:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:00:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:00:31.521Z||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-11-10T06:00:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:00:41.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:00:41.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:01:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:01:31.519Z||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-11-10T06:01:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:01:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:01:31.521Z||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-11-10T06:01:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:01:41.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:01:41.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:02:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:02:31.519Z||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-11-10T06:02:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:02:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:02:31.521Z||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-11-10T06:02:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:02:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:02:41.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:03:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:03:31.519Z||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-11-10T06:03:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:03:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:03:31.521Z||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-11-10T06:03:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:03:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:03:41.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:04:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:04:31.519Z||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-11-10T06:04:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:04:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:04:31.521Z||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-11-10T06:04:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:04:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:04:41.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:05:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:05:31.519Z||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-11-10T06:05:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:05:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:05:31.521Z||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-11-10T06:05:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:05:41.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:05:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:06:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:06:31.519Z||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-11-10T06:06:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:06:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:06:31.521Z||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-11-10T06:06:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:06:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:06:41.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:07:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:07:31.519Z||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-11-10T06:07:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:07:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:07:31.521Z||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-11-10T06:07:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:07:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:07:41.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:08:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:08:31.519Z||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-11-10T06:08:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:08:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:08:31.520Z||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-11-10T06:08:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:08:41.066Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:08:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:09:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:09:31.519Z||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-11-10T06:09:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:09:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:09:31.521Z||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-11-10T06:09:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:09:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:09:41.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:10:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:10:31.519Z||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-11-10T06:10:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:10:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:10:31.521Z||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-11-10T06:10:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:10:41.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:10:41.065Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:11:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:11:31.519Z||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-11-10T06:11:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:11:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:11:31.521Z||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-11-10T06:11:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:11:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:11:41.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:12:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:12:31.519Z||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-11-10T06:12:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:12:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:12:31.521Z||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-11-10T06:12:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:12:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:12:41.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:13:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:13:31.519Z||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-11-10T06:13:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:13:31.520Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:13:31.521Z||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-11-10T06:13:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:13:41.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:13:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:14:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:14:31.519Z||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-11-10T06:14:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:14:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:14:31.521Z||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-11-10T06:14:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:14:41.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:14:41.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:15:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:15:31.519Z||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-11-10T06:15:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:15:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:15:31.521Z||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-11-10T06:15:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:15:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:15:41.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:16:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:16:31.519Z||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-11-10T06:16:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:16:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:16:31.521Z||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-11-10T06:16:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:16:41.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:16:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:17:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:17:31.519Z||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-11-10T06:17:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:17:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:17:31.521Z||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-11-10T06:17:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:17:41.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:17:41.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:18:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:18:31.519Z||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-11-10T06:18:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:18:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:18:31.521Z||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-11-10T06:18:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:18:41.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:18:41.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:19:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:19:31.519Z||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-11-10T06:19:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:19:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:19:31.521Z||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-11-10T06:19:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:19:41.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:19:41.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:20:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:20:31.519Z||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-11-10T06:20:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:20:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:20:31.521Z||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-11-10T06:20:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:20:41.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:20:41.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:21:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:21:31.518Z||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-11-10T06:21:31.518Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:21:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:21:31.521Z||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-11-10T06:21:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:21:41.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:21:41.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:22:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:22:31.519Z||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-11-10T06:22:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:22:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:22:31.521Z||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-11-10T06:22:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:22:41.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:22:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:23:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:23:31.519Z||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-11-10T06:23:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:23:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:23:31.521Z||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-11-10T06:23:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:23:41.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:23:41.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:24:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:24:31.519Z||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-11-10T06:24:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:24:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:24:31.521Z||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-11-10T06:24:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:24:41.063Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:24:41.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:25:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:25:31.519Z||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-11-10T06:25:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:25:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:25:31.521Z||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-11-10T06:25:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:25:41.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:25:41.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:26:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:26:31.519Z||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-11-10T06:26:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:26:31.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:26:31.521Z||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-11-10T06:26:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:26:41.090Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:26:41.091Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:27:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:27:31.519Z||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-11-10T06:27:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:27:31.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:27:31.520Z||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-11-10T06:27:31.520Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:27:41.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:27:41.064Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:28:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:28:31.519Z||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-11-10T06:28:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:28:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:28:31.521Z||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-11-10T06:28:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:28:41.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:28:41.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:29:31.518Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:29:31.519Z||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-11-10T06:29:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:29:31.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:29:31.521Z||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-11-10T06:29:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:29:41.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:29:41.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:30:31.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:30:31.519Z||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-11-10T06:30:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:30:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:30:31.521Z||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-11-10T06:30:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:30:41.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:30:41.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:31:31.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:31:31.519Z||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-11-10T06:31:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:31:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:31:31.521Z||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-11-10T06:31:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:31:41.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:31:41.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:31.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:32:31.519Z||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-11-10T06:32:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:32:31.521Z||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-11-10T06:32:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:32.145Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:32.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1bb91f3-4fba-48f6-9582-5fea097c4830","serviceName":"basic_onboard_gUPPJt","serviceVersion":"1.0","serviceUUID":"1ade863e-46c1-4804-a322-7ca417480585","serviceDescription":"service","serviceInvariantUUID":"8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8","resources":[{"resourceInstanceName":"basic_onboard_gUPPJt 0","resourceName":"basic_onboard_gUPPJt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dfdfa5ed-a11e-41e1-9bd7-35881322023d","resourceInvariantUUID":"d009db8d-e224-453c-b17f-a819ece20f79","resourceCustomizationUUID":"f313b606-e071-4792-9108-277cc218105f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml","artifactChecksum":"ODExYzFhNTEzNjk3NTgwNWFjMmEzZTE5YmU1MGE0ZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04307184-e247-4c47-9e2b-2213f63203a8","artifactVersion":"1"},{"artifactName":"basic_onboard_guppjt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json","artifactChecksum":"M2I0NjI2MmI2MzAxNzA4ZjNlODBlZjg4YTUzYjkwMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4bd22ca1-f3a7-411b-aa50-7ae2520a58ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e3e30f7d-1a32-48d1-a8ac-74da8f771281","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9bdff8dd-412d-462b-bcdc-1f0b78bdd6be","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2dcfbf63-deac-46f2-9670-b5d1d0ef0b05","artifactVersion":"2","generatedFromUUID":"e3e30f7d-1a32-48d1-a8ac-74da8f771281"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGuppjt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml","artifactChecksum":"MDUzZjA2MTJmNTgxYTc3N2ZlNDU1NmExZTJmY2U3MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46412fba-af3a-4d58-a30e-abf339b840f6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGuppjt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar","artifactChecksum":"MTQwOTUzZmZkZmQ0MmNiYjM1MGNjZGJhOWM4ZmFiZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a45e11e-acdf-412b-8641-48924780bb74","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T06:32:32.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:32.158Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:32:32.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636525900052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.162Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:32.170Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:32.170Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "cds",
"timestamp": 1636525902048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "policy-id",
"timestamp": 1636525903447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636525900052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "cds",
"timestamp": 1636525902048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "policy-id",
"timestamp": 1636525903447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "ves-openapi-manager",
"timestamp": 1636525907835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636525900052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "cds",
"timestamp": 1636525902048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "policy-id",
"timestamp": 1636525903447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "ves-openapi-manager",
"timestamp": 1636525907835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636525900052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "cds",
"timestamp": 1636525902048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "policy-id",
"timestamp": 1636525903447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "ves-openapi-manager",
"timestamp": 1636525907835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "cds",
"timestamp": 1636525902048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636525900052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "policy-id",
"timestamp": 1636525903447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "ves-openapi-manager",
"timestamp": 1636525907835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "clamp",
"timestamp": 1636525911167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636525900052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "cds",
"timestamp": 1636525902048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "policy-id",
"timestamp": 1636525903447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "aai-ml",
"timestamp": 1636525911326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "ves-openapi-manager",
"timestamp": 1636525907835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525911881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "clamp",
"timestamp": 1636525911167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636525900052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "cds",
"timestamp": 1636525902048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "policy-id",
"timestamp": 1636525903447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "aai-ml",
"timestamp": 1636525911326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "ves-openapi-manager",
"timestamp": 1636525907835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525911881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "clamp",
"timestamp": 1636525911167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "aai-ml",
"timestamp": 1636525911326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "cds",
"timestamp": 1636525914401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636525914410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "policy-id",
"timestamp": 1636525914406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "ves-openapi-manager",
"timestamp": 1636525907835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525911881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "clamp",
"timestamp": 1636525911167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "aai-ml",
"timestamp": 1636525911326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "cds",
"timestamp": 1636525915418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-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=?
2021-11-10T06:32:32.271Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-10T06:32:32.275Z||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-11-10T06:32:32.275Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:32.291Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:32.292Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T06:32:32.321Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1bb91f3-4fba-48f6-9582-5fea097c4830
2021-11-10T06:32:32.336Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1bb91f3-4fba-48f6-9582-5fea097c4830 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-11-10T06:32:32.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "policy-id",
"timestamp": 1636525915415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:32:32.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525911881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "clamp",
"timestamp": 1636525911167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "dcae-sch",
"timestamp": 1636525915299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "aai-ml",
"timestamp": 1636525911326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "policy-id",
"timestamp": 1636525916420,
"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-11-10T06:32:32.370Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1bb91f3-4fba-48f6-9582-5fea097c4830
2021-11-10T06:32:32.370Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1bb91f3-4fba-48f6-9582-5fea097c4830 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-11-10T06:32:32.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525911881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "clamp",
"timestamp": 1636525911167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "dcae-sch",
"timestamp": 1636525915299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "aai-ml",
"timestamp": 1636525911326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525911881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636525917705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "clamp",
"timestamp": 1636525911167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "dcae-sch",
"timestamp": 1636525915299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "aai-ml",
"timestamp": 1636525911326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525911881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:32:32.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636525918709,
"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-11-10T06:32:32.385Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1bb91f3-4fba-48f6-9582-5fea097c4830
2021-11-10T06:32:32.385Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1bb91f3-4fba-48f6-9582-5fea097c4830 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-11-10T06:32:32.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "dcae-sch",
"timestamp": 1636525915299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "aai-ml",
"timestamp": 1636525919250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525919644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "dcae-sch",
"timestamp": 1636525915299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525920701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:32.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "dcae-sch",
"timestamp": 1636525915299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525921752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "dcae-sch",
"timestamp": 1636525915299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525923297,
"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-11-10T06:32:32.398Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1bb91f3-4fba-48f6-9582-5fea097c4830
2021-11-10T06:32:32.398Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1bb91f3-4fba-48f6-9582-5fea097c4830 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-11-10T06:32:32.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "clamp",
"timestamp": 1636525923749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:32.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636525924303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T06:32:32.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "clamp",
"timestamp": 1636525925759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:32:32.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "clamp",
"timestamp": 1636525926763,
"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-11-10T06:32:32.413Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1bb91f3-4fba-48f6-9582-5fea097c4830
2021-11-10T06:32:32.413Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1bb91f3-4fba-48f6-9582-5fea097c4830 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-11-10T06:32:32.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "aai-ml",
"timestamp": 1636525930524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:32:32.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:32:32.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:32:32.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "aai-ml",
"timestamp": 1636525931529,
"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-11-10T06:32:32.425Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1bb91f3-4fba-48f6-9582-5fea097c4830
2021-11-10T06:32:32.426Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1bb91f3-4fba-48f6-9582-5fea097c4830 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-11-10T06:32:33.176Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:32:33.177Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:33.180Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:33.180Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:32:33.280Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:33.281Z||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-11-10T06:32:33.281Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:33.293Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:33.294Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:34.180Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:32:34.181Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:34.183Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:34.184Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:32:34.284Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:34.284Z||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-11-10T06:32:34.285Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:34.297Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:34.297Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-10T06:32:35.184Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:32:35.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:35.188Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:35.188Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:35.288Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:35.289Z||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-11-10T06:32:35.289Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:35.303Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:35.303Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:36.188Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:32:36.189Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:36.191Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:36.192Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T06:32:36.292Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:36.292Z||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-11-10T06:32:36.293Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:36.307Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:36.308Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:37.193Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:32:37.194Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:37.197Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:37.197Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:32:37.297Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T06:32:37.298Z||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-11-10T06:32:37.298Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:37.310Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:37.310Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:38.198Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:32:38.199Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:38.201Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:38.201Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:32:38.301Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T06:32:38.302Z||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-11-10T06:32:38.302Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:38.315Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:38.315Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-10T06:32:39.204Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"serviceName": "basic_onboard_gUPPJt",
"serviceVersion": "1.0",
"serviceUUID": "1ade863e-46c1-4804-a322-7ca417480585",
"serviceDescription": "service",
"serviceInvariantUUID": "8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8",
"resources": [
{
"resourceInstanceName": "basic_onboard_gUPPJt 0",
"resourceCustomizationUUID": "f313b606-e071-4792-9108-277cc218105f",
"resourceName": "basic_onboard_gUPPJt",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dfdfa5ed-a11e-41e1-9bd7-35881322023d",
"resourceInvariantUUID": "d009db8d-e224-453c-b17f-a819ece20f79",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_guppjt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"artifactChecksum": "M2I0NjI2MmI2MzAxNzA4ZjNlODBlZjg4YTUzYjkwMjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4bd22ca1-f3a7-411b-aa50-7ae2520a58ae",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e3e30f7d-1a32-48d1-a8ac-74da8f771281",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2dcfbf63-deac-46f2-9670-b5d1d0ef0b05",
"generatedFromUUID": "e3e30f7d-1a32-48d1-a8ac-74da8f771281"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2dcfbf63-deac-46f2-9670-b5d1d0ef0b05",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGuppjt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"artifactChecksum": "MTQwOTUzZmZkZmQ0MmNiYjM1MGNjZGJhOWM4ZmFiZDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a45e11e-acdf-412b-8641-48924780bb74"
}
],
"workloadContext": "Production"
}
2021-11-10T06:32:39.205Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T06:32:39.205Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ade863e-46c1-4804-a322-7ca417480585 ASDC
2021-11-10T06:32:39.316Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d1bb91f3-4fba-48f6-9582-5fea097c4830
ServiceName:basic_onboard_gUPPJt
ServiceVersion:1.0
ServiceUUID:1ade863e-46c1-4804-a322-7ca417480585
ServiceInvariantUUID:8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGuppjt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar
ArtifactUUID:0a45e11e-acdf-412b-8641-48924780bb74
ArtifactChecksum:MTQwOTUzZmZkZmQ0MmNiYjM1MGNjZGJhOWM4ZmFiZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gUPPJt 0
ResourceCustomizationUUID:f313b606-e071-4792-9108-277cc218105f
ResourceInvariantUUID:d009db8d-e224-453c-b17f-a819ece20f79
ResourceName:basic_onboard_gUPPJt
ResourceType:VF
ResourceUUID:dfdfa5ed-a11e-41e1-9bd7-35881322023d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_guppjt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json
ArtifactUUID:4bd22ca1-f3a7-411b-aa50-7ae2520a58ae
ArtifactChecksum:M2I0NjI2MmI2MzAxNzA4ZjNlODBlZjg4YTUzYjkwMjY=
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/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e3e30f7d-1a32-48d1-a8ac-74da8f771281
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/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env
ArtifactUUID:2dcfbf63-deac-46f2-9670-b5d1d0ef0b05
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/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env
ArtifactUUID:2dcfbf63-deac-46f2-9670-b5d1d0ef0b05
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-10T06:32:39.316Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ade863e-46c1-4804-a322-7ca417480585 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-11-10T06:32:39.356Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T06:32:39.357Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-11-10T06:32:39.358Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-11-10T06:32:39.358Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0a45e11e-acdf-412b-8641-48924780bb74 from URL: /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:39.358Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-10T06:32:39.359Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:39.521Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-10T06:32:39.537Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar 0a45e11e-acdf-412b-8641-48924780bb74 71549
2021-11-10T06:32:39.538Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar ASDC sendASDCNotification
2021-11-10T06:32:39.538Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:39.539Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:32:39.539Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:39.540Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:39.540Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525959537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:39.641Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:39.642Z||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-11-10T06:32:39.642Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:39.657Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:39.657Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:40.541Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T06:32:40.542Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-11-10T06:32:40.543Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0a45e11e-acdf-412b-8641-48924780bb74, URL: /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar to file: /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:40.543Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:40.599Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:40.600Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:41.022Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6407861011817391872/Definitions/service-BasicOnboardGuppjt-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-11-10T06:32:42.681Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T06:32:42.685Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-11-10T06:32:42.685Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:42.685Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-10T06:32:42.685Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_gUPPJt 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-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:42.685Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:42.685Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:42.685Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:42.686Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:42.686Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:42.686Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:42.686Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:42.686Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:42.686Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-11-10T06:32:42.701Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.702Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:42.706Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is matching search criteria
2021-11-10T06:32:42.706Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-11-10T06:32:42.707Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_gUPPJt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T06:32:42.709Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.709Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:42.709Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is matching search criteria
2021-11-10T06:32:42.709Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-11-10T06:32:42.709Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_gUPPJt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T06:32:42.709Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.710Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:42.713Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.713Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is not matching search criteria
2021-11-10T06:32:42.713Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-10T06:32:42.713Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-10T06:32:42.713Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-10T06:32:42.714Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T06:32:42.714Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-10T06:32:42.714Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.714Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T06:32:42.715Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.715Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is matching search criteria
2021-11-10T06:32:42.715Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_gUPPJt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:32:42.716Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.716Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is matching search criteria
2021-11-10T06:32:42.716Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_gUPPJt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:32:42.716Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.716Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is matching search criteria
2021-11-10T06:32:42.716Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_gUPPJt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:32:42.717Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.717Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is not matching search criteria
2021-11-10T06:32:42.717Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-10T06:32:42.717Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T06:32:42.717Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=baba558a-e983-429f-b065-f9d657e19503
2021-11-10T06:32:42.717Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.718Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:42.718Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.718Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:42.718Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.718Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:42.718Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:42.719Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:42.719Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_gUPPJt
Description:service
Model UUID:1ade863e-46c1-4804-a322-7ca417480585
Model Version:NULL
Model InvariantUuid:8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_gUPPJt
Model UUID:829ac16b-e9e1-419f-8abf-89bda0d6dce2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d009db8d-e224-453c-b17f-a819ece20f79
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f313b606-e071-4792-9108-277cc218105f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d9a8b32b-a584-4677-b06c-34da5db2067a
ModelName:BasicOnboardGuppjt..base_ubuntu18..module-0
ModelUuid:2ec49e4e-9a78-41e3-bf32-386e1cc7da0e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:baba558a-e983-429f-b065-f9d657e19503
ModelInvariantUuid:6bce4281-d4f6-4fa1-aa80-77b67da1abcc
ModelName:basic_onboard_gUPPJt-nodes.ubuntu18Cvfc
ModelUuid:2a1baae6-fe47-4f93-9dcd-b80b534ecf2c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a96e69d0-0073-4ab7-9d30-d2f701289051
ModelInvariantUuid:37203899-7dca-4dc3-94c2-16769fe3fbd1
ModelName:BasicOnboardGuppjt.compute.nodes.heat.ubuntu18
ModelUuid:7e82b50d-3967-4197-a015-abc66a6a2d95
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-10T06:32:42.730Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: dfdfa5ed-a11e-41e1-9bd7-35881322023d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:32:42.798Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||basic_onboard_gUPPJt 0
2021-11-10T06:32:42.804Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dfdfa5ed-a11e-41e1-9bd7-35881322023d
2021-11-10T06:32:42.804Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4bd22ca1-f3a7-411b-aa50-7ae2520a58ae from URL: /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json
2021-11-10T06:32:42.804Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-10T06:32:42.805Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json
2021-11-10T06:32:42.858Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-10T06:32:42.858Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json 4bd22ca1-f3a7-411b-aa50-7ae2520a58ae 798
2021-11-10T06:32:42.859Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json ASDC sendASDCNotification
2021-11-10T06:32:42.859Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json
2021-11-10T06:32:42.859Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:32:42.860Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:42.863Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:42.864Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525962859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:42.964Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:42.965Z||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-11-10T06:32:42.965Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:42.978Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:42.979Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:43.865Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGuppjt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d9a8b32b-a584-4677-b06c-34da5db2067a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ec49e4e-9a78-41e3-bf32-386e1cc7da0e",
"vfModuleModelCustomizationUUID": "bcb10336-751b-4d12-a35b-9a6a5919d5ec",
"isBase": true,
"artifacts": [
"e3e30f7d-1a32-48d1-a8ac-74da8f771281",
"2dcfbf63-deac-46f2-9670-b5d1d0ef0b05"
],
"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-11-10T06:32:43.881Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGuppjt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ec49e4e-9a78-41e3-bf32-386e1cc7da0e
VfModuleModelInvariantUUID:d9a8b32b-a584-4677-b06c-34da5db2067a
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3e30f7d-1a32-48d1-a8ac-74da8f771281
,
2dcfbf63-deac-46f2-9670-b5d1d0ef0b05
}
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-11-10T06:32:43.883Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGuppjt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d9a8b32b-a584-4677-b06c-34da5db2067a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ec49e4e-9a78-41e3-bf32-386e1cc7da0e",
"vfModuleModelCustomizationUUID": "bcb10336-751b-4d12-a35b-9a6a5919d5ec",
"isBase": true,
"artifacts": [
"e3e30f7d-1a32-48d1-a8ac-74da8f771281",
"2dcfbf63-deac-46f2-9670-b5d1d0ef0b05"
],
"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-11-10T06:32:43.883Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGuppjt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ec49e4e-9a78-41e3-bf32-386e1cc7da0e
VfModuleModelInvariantUUID:d9a8b32b-a584-4677-b06c-34da5db2067a
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3e30f7d-1a32-48d1-a8ac-74da8f771281
,
2dcfbf63-deac-46f2-9670-b5d1d0ef0b05
}
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-11-10T06:32:43.884Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e3e30f7d-1a32-48d1-a8ac-74da8f771281 from URL: /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml
2021-11-10T06:32:43.884Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-10T06:32:43.884Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml
2021-11-10T06:32:44.024Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-10T06:32:44.024Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml e3e30f7d-1a32-48d1-a8ac-74da8f771281 5033
2021-11-10T06:32:44.024Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-10T06:32:44.025Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml
2021-11-10T06:32:44.025Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:32:44.025Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:44.027Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:44.027Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525964024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:44.128Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:44.129Z||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-11-10T06:32:44.129Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:44.143Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:44.143Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:45.028Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2dcfbf63-deac-46f2-9670-b5d1d0ef0b05 from URL: /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env
2021-11-10T06:32:45.029Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-10T06:32:45.029Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env
2021-11-10T06:32:45.224Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-10T06:32:45.225Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env 2dcfbf63-deac-46f2-9670-b5d1d0ef0b05 909
2021-11-10T06:32:45.225Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-10T06:32:45.225Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env
2021-11-10T06:32:45.225Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:32:45.226Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:45.228Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:45.228Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525965225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:32:45.329Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:45.330Z||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-11-10T06:32:45.330Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:45.343Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:45.344Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:46.229Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1ade863e-46c1-4804-a322-7ca417480585
2021-11-10T06:32:46.230Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_gUPPJt 0 dfdfa5ed-a11e-41e1-9bd7-35881322023d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:32:46.260Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@562daac6, org.onap.sdc.toscaparser.api.parameters.Input@4bc431eb, org.onap.sdc.toscaparser.api.parameters.Input@3ccaec3d, org.onap.sdc.toscaparser.api.parameters.Input@4d41f0e9, org.onap.sdc.toscaparser.api.parameters.Input@7601081d]
2021-11-10T06:32:46.263Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.263Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:46.263Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-11-10T06:32:46.263Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f313b606-e071-4792-9108-277cc218105f
2021-11-10T06:32:46.264Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f313b606-e071-4792-9108-277cc218105f matches Tosca VF Customization UUID: f313b606-e071-4792-9108-277cc218105f
2021-11-10T06:32:46.264Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f313b606-e071-4792-9108-277cc218105f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-10T06:32:46.268Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.268Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:46.269Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f313b606-e071-4792-9108-277cc218105f: {\"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-11-10T06:32:46.269Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23774a8b
2021-11-10T06:32:46.269Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.269Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T06:32:46.269Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bcb10336-751b-4d12-a35b-9a6a5919d5ec
2021-11-10T06:32:46.270Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bcb10336-751b-4d12-a35b-9a6a5919d5ec
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-10T06:32:46.274Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.274Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is matching search criteria
2021-11-10T06:32:46.274Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_gUPPJt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:32:46.275Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.275Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is matching search criteria
2021-11-10T06:32:46.275Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_gUPPJt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:32:46.275Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.275Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is not matching search criteria
2021-11-10T06:32:46.275Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-10T06:32:46.275Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T06:32:46.276Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=baba558a-e983-429f-b065-f9d657e19503
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-10T06:32:46.283Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.283Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is matching search criteria
2021-11-10T06:32:46.284Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_gUPPJt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:32:46.284Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.284Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_gUPPJt 0 is matching search criteria
2021-11-10T06:32:46.284Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_gUPPJt 0] matching following query criteria: sdcType=VF, customizationUUID=f313b606-e071-4792-9108-277cc218105f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:32:46.286Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.286Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:46.286Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1ade863e-46c1-4804-a322-7ca417480585: basic_onboard_gUPPJt
2021-11-10T06:32:46.286Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.286Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:46.287Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.287Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:46.287Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.287Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:46.287Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.287Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:46.287Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:32:46.287Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_gUPPJt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:32:46.287Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_gUPPJt
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T06:32:46.441Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_gUPPJt dfdfa5ed-a11e-41e1-9bd7-35881322023d 1 ASDC deployResourceStructure
2021-11-10T06:32:46.441Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json ASDC sendASDCNotification
2021-11-10T06:32:46.441Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json
2021-11-10T06:32:46.441Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T06:32:46.442Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:46.443Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:46.443Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525966441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T06:32:46.543Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:46.544Z||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-11-10T06:32:46.545Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:46.557Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:46.558Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:47.444Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-10T06:32:47.444Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml
2021-11-10T06:32:47.444Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T06:32:47.445Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:47.447Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:47.447Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525967444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T06:32:47.547Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:47.548Z||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-11-10T06:32:47.548Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:47.560Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:47.561Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:48.448Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-10T06:32:48.448Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env
2021-11-10T06:32:48.448Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T06:32:48.449Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:48.450Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:48.451Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525968448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-10T06:32:48.551Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:48.552Z||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-11-10T06:32:48.552Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:48.566Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:48.566Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:49.451Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar ASDC sendASDCNotification
2021-11-10T06:32:49.452Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar
2021-11-10T06:32:49.452Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T06:32:49.453Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:32:49.455Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:32:49.455Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525969451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:32:49.555Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:32:49.556Z||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-11-10T06:32:49.556Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:32:49.571Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:32:49.571Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:32:50.456Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1bb91f3-4fba-48f6-9582-5fea097c4830
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-10T06:32:50.471Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1bb91f3-4fba-48f6-9582-5fea097c4830
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-11-10T06:32:50.474Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T06:32:50.474Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T06:32:50.474Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-10T06:32:50.474Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-10T06:32:50.474Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:32:50.475Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:32:50.475Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:32:50.475Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:32:50.475Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:32:50.475Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:32:50.475Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T06:32:50.479Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-10T06:33:20.480Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1bb91f3-4fba-48f6-9582-5fea097c4830 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-11-10T06:33:20.489Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1bb91f3-4fba-48f6-9582-5fea097c4830 and serviceModelVersionId: 1ade863e-46c1-4804-a322-7ca417480585
2021-11-10T06:33:20.489Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8
2021-11-10T06:33:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:33:31.521Z||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-11-10T06:33:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:33:31.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:33:31.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T06:33:31.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:33:31.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T06:33:31.660Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8/model-vers/model-ver/1ade863e-46c1-4804-a322-7ca417480585?depth=0
2021-11-10T06:33:31.739Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-11-10T06:33:32.323Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8/model-vers/model-ver/1ade863e-46c1-4804-a322-7ca417480585?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-11-10T06:33:32.328Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8/model-vers/model-ver/1ade863e-46c1-4804-a322-7ca417480585?depth=0|INFO|500||Invoke
2021-11-10T06:33:32.513Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8/model-vers/model-ver/1ade863e-46c1-4804-a322-7ca417480585?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-10T06:33:32.745Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8/model-vers/model-ver/1ade863e-46c1-4804-a322-7ca417480585?depth=0|INFO|500||InvokeReturn
2021-11-10T06:33:32.746Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8194a3f2-456e-4ef9-a0b8-3fb67d9a89f8/model-vers/model-ver/1ade863e-46c1-4804-a322-7ca417480585?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-06:33:32:521-12707], vertex-id=[188552], Content-Length=[0], Date=[Wed, 10 Nov 2021 06:33:32 GMT], Content-Type=[application/json]}
2021-11-10T06:33:32.746Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-11-10T06:33:32.749Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-10T06:33:32.749Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:33:32.753Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-10T06:33:32.759Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1bb91f3-4fba-48f6-9582-5fea097c4830 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-10T06:33:32.760Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-10T06:33:32.760Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:33:32.762Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:33:32.762Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526012759,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T06:33:32.862Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:33:32.863Z||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-11-10T06:33:32.864Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:33:32.880Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:33:32.880Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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-11-10T06:33:33.781Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:33:33.782Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|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-11-10T06:33:33.782Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:33:43.325Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:34:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:34:31.519Z||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-11-10T06:34:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:34:31.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:34:31.521Z||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-11-10T06:34:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:34:31.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:34:31.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:34:31.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T06:34:31.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:34:31.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T06:34:31.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:34:31.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T06:34:31.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T06:34:31.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525951518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525959537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525962859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525964024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525965225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:34:31.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525966441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/basic_onboard_guppjt0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525967444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525968448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/resourceInstances/basic_onboard_guppjt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636525969451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuppjt/1.0/artifacts/service-BasicOnboardGuppjt-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:34:31.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:34:41.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:35:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:35:31.519Z||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-11-10T06:35:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:35:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:35:31.521Z||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-11-10T06:35:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:35:32.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:35:32.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-10T06:35:32.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1bb91f3-4fba-48f6-9582-5fea097c4830",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526012759,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T06:35:32.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:35:41.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:36:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:36:31.519Z||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-11-10T06:36:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:36:31.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:36:31.522Z||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-11-10T06:36:31.522Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:36:41.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:36:41.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:37:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:37:31.519Z||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-11-10T06:37:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:37:31.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:37:31.521Z||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-11-10T06:37:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:37:41.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:37:41.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:38:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:38:31.519Z||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-11-10T06:38:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:38:31.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:38:31.521Z||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-11-10T06:38:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:38:41.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:38:41.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:31.518Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:39:31.519Z||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-11-10T06:39:31.519Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:39:31.521Z||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-11-10T06:39:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:32.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:32.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"01eef044-fdb5-4f8e-b802-11782eeda4eb","serviceName":"Demo_pNF_JkUlYywgl8mbi1R8e3D2","serviceVersion":"1.0","serviceUUID":"9679b58b-4cea-4ac1-96f8-38175162e60a","serviceDescription":"catalog service description","serviceInvariantUUID":"192699d3-40f0-4471-8ce7-39b78b65909c","resources":[{"resourceInstanceName":"pNF 584c4d66-bed3 0","resourceName":"pNF 584c4d66-bed3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"46b4d016-f7e0-4f0b-b9e1-462dfa97286b","resourceInvariantUUID":"21c7ebc8-6f86-4799-b165-26676b8d67e0","resourceCustomizationUUID":"fd234865-bdb8-46cf-a280-305049ee1bd9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml","artifactChecksum":"YWUxZjZmODk2YmVhZTI4NDZhZjgwZWZjMDE0YTlmZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae97961b-5365-423f-8314-7d533d1b5a92","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar","artifactChecksum":"ZDFmODI1ZDFlZTc1YzVlYWNjODExMDljNThhYTlkNjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc53221e-da18-4eef-a651-5d8b1a059d9f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92f07fd5-6743-4c7f-8d97-debcfad6b7a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml","artifactChecksum":"MjZlYjk1NWM4M2ZhYjVlMjc3N2JhY2FiOTA2NDM0MmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"940bf87a-1354-49e8-951f-26d1381b8d36","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08ceac10-8a22-4065-9ad6-254995cdb959","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da12d26f-62e0-49ce-98e8-b313fcc7f087","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml","artifactChecksum":"ZjcyMWQwOTg1ZWVlMDY0YzlhOTQzMDUwMGI3YmViNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2888e2e-0b5b-47fc-9b9f-41ffe142bce3","artifactVersion":"1"},{"artifactName":"service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar","artifactChecksum":"ZDEzOWZhMGNlNTkzZDNjMTA4ZWYwMDdlNWM5OGMyM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"473d9a87-3dfe-4902-8155-198065b624cb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T06:39:32.152Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:39:32.153Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:39:32.154Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:32.155Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:39:32.155Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526327835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526331167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526331326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526331881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526331881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526327835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526331167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526331326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "dcae-sch",
"timestamp": 1636526335299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526327835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526331881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526331167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526331326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "dcae-sch",
"timestamp": 1636526335299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526331881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526327835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526331167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526331326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "cds",
"timestamp": 1636526337048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "dcae-sch",
"timestamp": 1636526335299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526331881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526327835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526331167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526331326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "cds",
"timestamp": 1636526337048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "dcae-sch",
"timestamp": 1636526335299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526331881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526327835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526331167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526331326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "cds",
"timestamp": 1636526337048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "dcae-sch",
"timestamp": 1636526335299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526331881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526327835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526331167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526331326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "cds",
"timestamp": 1636526337048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "dcae-sch",
"timestamp": 1636526335299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526331881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:39:32.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526327835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526331167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:39:32.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526331326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "cds",
"timestamp": 1636526337048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "dcae-sch",
"timestamp": 1636526335299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526342515,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526342526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "cds",
"timestamp": 1636526337048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "dcae-sch",
"timestamp": 1636526335299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "cds",
"timestamp": 1636526337048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526343771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526343447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "cds",
"timestamp": 1636526337048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:39:32.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526344774,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-10T06:39:32.187Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 01eef044-fdb5-4f8e-b802-11782eeda4eb
2021-11-10T06:39:32.187Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01eef044-fdb5-4f8e-b802-11782eeda4eb 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-11-10T06:39:32.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526344813,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526343447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526345830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526343447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "cds",
"timestamp": 1636526346604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:39:32.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "clamp",
"timestamp": 1636526346833,
"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-11-10T06:39:32.200Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01eef044-fdb5-4f8e-b802-11782eeda4eb
2021-11-10T06:39:32.200Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01eef044-fdb5-4f8e-b802-11782eeda4eb 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-11-10T06:39:32.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526343447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "cds",
"timestamp": 1636526347609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-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-11-10T06:39:32.212Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01eef044-fdb5-4f8e-b802-11782eeda4eb
2021-11-10T06:39:32.212Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01eef044-fdb5-4f8e-b802-11782eeda4eb 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-11-10T06:39:32.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526347718,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:39:32.220Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526343447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "aai-ml",
"timestamp": 1636526348722,
"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-11-10T06:39:32.224Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01eef044-fdb5-4f8e-b802-11782eeda4eb
2021-11-10T06:39:32.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01eef044-fdb5-4f8e-b802-11782eeda4eb 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-11-10T06:39:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526343447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526343447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526350052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526343447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526350052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526352217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526350052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526353222,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526350052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "policy-id",
"timestamp": 1636526354226,
"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-11-10T06:39:32.237Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01eef044-fdb5-4f8e-b802-11782eeda4eb
2021-11-10T06:39:32.238Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01eef044-fdb5-4f8e-b802-11782eeda4eb 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-11-10T06:39:32.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526350052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526350052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526350052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526350052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526358851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526360553,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:39:32.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:39:32.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:39:32.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526361557,
"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-11-10T06:39:32.250Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01eef044-fdb5-4f8e-b802-11782eeda4eb
2021-11-10T06:39:32.250Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01eef044-fdb5-4f8e-b802-11782eeda4eb 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-11-10T06:39:32.255Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T06:39:32.256Z||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-11-10T06:39:32.256Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:32.269Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:32.269Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:39:33.156Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:39:33.157Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:39:33.160Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:39:33.160Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:33.260Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:39:33.261Z||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-11-10T06:39:33.261Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:33.275Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:33.276Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:39:34.160Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:39:34.162Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:39:34.164Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:39:34.165Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:34.265Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:39:34.265Z||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-11-10T06:39:34.265Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:34.278Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:34.279Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:39:35.165Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:39:35.166Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:39:35.169Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:39:35.169Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:35.270Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-10T06:39:35.270Z||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-11-10T06:39:35.270Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:35.284Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:35.284Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:39:36.170Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:39:36.170Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:39:36.172Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:39:36.172Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:36.272Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:39:36.273Z||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-11-10T06:39:36.273Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:36.287Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:36.288Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:39:37.172Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:39:37.173Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:39:37.175Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:39:37.176Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:37.276Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:39:37.276Z||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-11-10T06:39:37.277Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:37.291Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:37.291Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:39:38.176Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:39:38.177Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:39:38.179Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:39:38.179Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:39:38.279Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:39:38.280Z||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-11-10T06:39:38.280Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:38.295Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:38.295Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:39:39.180Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:39:39.180Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:39:39.182Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:39:39.182Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:39:39.282Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:39:39.283Z||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-11-10T06:39:39.283Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:39.296Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:39.296Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:39:40.183Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"serviceName": "Demo_pNF_JkUlYywgl8mbi1R8e3D2",
"serviceVersion": "1.0",
"serviceUUID": "9679b58b-4cea-4ac1-96f8-38175162e60a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "192699d3-40f0-4471-8ce7-39b78b65909c",
"resources": [
{
"resourceInstanceName": "pNF 584c4d66-bed3 0",
"resourceCustomizationUUID": "fd234865-bdb8-46cf-a280-305049ee1bd9",
"resourceName": "pNF 584c4d66-bed3",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "46b4d016-f7e0-4f0b-b9e1-462dfa97286b",
"resourceInvariantUUID": "21c7ebc8-6f86-4799-b165-26676b8d67e0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"artifactChecksum": "ZDEzOWZhMGNlNTkzZDNjMTA4ZWYwMDdlNWM5OGMyM2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "473d9a87-3dfe-4902-8155-198065b624cb"
}
],
"workloadContext": "Production"
}
2021-11-10T06:39:40.183Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T06:39:40.184Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9679b58b-4cea-4ac1-96f8-38175162e60a ASDC
2021-11-10T06:39:40.184Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:01eef044-fdb5-4f8e-b802-11782eeda4eb
ServiceName:Demo_pNF_JkUlYywgl8mbi1R8e3D2
ServiceVersion:1.0
ServiceUUID:9679b58b-4cea-4ac1-96f8-38175162e60a
ServiceInvariantUUID:192699d3-40f0-4471-8ce7-39b78b65909c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
ArtifactUUID:473d9a87-3dfe-4902-8155-198065b624cb
ArtifactChecksum:ZDEzOWZhMGNlNTkzZDNjMTA4ZWYwMDdlNWM5OGMyM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 584c4d66-bed3 0
ResourceCustomizationUUID:fd234865-bdb8-46cf-a280-305049ee1bd9
ResourceInvariantUUID:21c7ebc8-6f86-4799-b165-26676b8d67e0
ResourceName:pNF 584c4d66-bed3
ResourceType:PNF
ResourceUUID:46b4d016-f7e0-4f0b-b9e1-462dfa97286b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-11-10T06:39:40.184Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9679b58b-4cea-4ac1-96f8-38175162e60a 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-11-10T06:39:40.211Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T06:39:40.212Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-10T06:39:40.212Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-10T06:39:40.212Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 473d9a87-3dfe-4902-8155-198065b624cb from URL: /sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:40.212Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-10T06:39:40.212Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:40.430Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-10T06:39:40.437Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar 473d9a87-3dfe-4902-8155-198065b624cb 82612
2021-11-10T06:39:40.437Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar ASDC sendASDCNotification
2021-11-10T06:39:40.437Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:40.437Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:39:40.438Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:39:40.440Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:39:40.440Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526380437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:39:40.540Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:39:40.541Z||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-11-10T06:39:40.541Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:40.554Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:40.555Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:39:41.440Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T06:39:41.441Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-10T06:39:41.442Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 473d9a87-3dfe-4902-8155-198065b624cb, URL: /sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar to file: /app/ASDC/1/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:41.442Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:41.442Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:41.442Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:41.535Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6992864298069189775/Definitions/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml
2021-11-10T06:39:42.300Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T06:39:42.300Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 584c4d66-bed3 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-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||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-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||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-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:39:42.301Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JkUlYywgl8mbi1R8e3D2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:39:42.302Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Node template pNF 584c4d66-bed3 0 is matching search criteria
2021-11-10T06:39:42.302Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-10T06:39:42.302Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 584c4d66-bed3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T06:39:42.302Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:39:42.302Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JkUlYywgl8mbi1R8e3D2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:39:42.302Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Node template pNF 584c4d66-bed3 0 is matching search criteria
2021-11-10T06:39:42.302Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-10T06:39:42.302Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 584c4d66-bed3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T06:39:42.302Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:39:42.303Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JkUlYywgl8mbi1R8e3D2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:39:42.303Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:39:42.303Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JkUlYywgl8mbi1R8e3D2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:39:42.303Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:39:42.303Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JkUlYywgl8mbi1R8e3D2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:39:42.303Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:39:42.303Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JkUlYywgl8mbi1R8e3D2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:39:42.303Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:39:42.303Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JkUlYywgl8mbi1R8e3D2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:39:42.303Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_JkUlYywgl8mbi1R8e3D2
Description:catalog service description
Model UUID:9679b58b-4cea-4ac1-96f8-38175162e60a
Model Version:NULL
Model InvariantUuid:192699d3-40f0-4471-8ce7-39b78b65909c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-10T06:39:42.310Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 46b4d016-f7e0-4f0b-b9e1-462dfa97286b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:39:42.313Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||pNF 584c4d66-bed3 0
2021-11-10T06:39:42.313Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 46b4d016-f7e0-4f0b-b9e1-462dfa97286b
2021-11-10T06:39:42.314Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 9679b58b-4cea-4ac1-96f8-38175162e60a
2021-11-10T06:39:42.314Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9679b58b-4cea-4ac1-96f8-38175162e60a
2021-11-10T06:39:42.314Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 584c4d66-bed3 0 46b4d016-f7e0-4f0b-b9e1-462dfa97286b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:39:42.317Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b372446, org.onap.sdc.toscaparser.api.parameters.Input@fd2500b, org.onap.sdc.toscaparser.api.parameters.Input@23011086, org.onap.sdc.toscaparser.api.parameters.Input@7ead42f4, org.onap.sdc.toscaparser.api.parameters.Input@5c1a4c73]
2021-11-10T06:39:42.318Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:39:42.318Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JkUlYywgl8mbi1R8e3D2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:39:42.318Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9679b58b-4cea-4ac1-96f8-38175162e60a: pNF 584c4d66-bed3
2021-11-10T06:39:42.318Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||Processing PNF resource: 46b4d016-f7e0-4f0b-b9e1-462dfa97286b
2021-11-10T06:39:42.318Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:39:42.318Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JkUlYywgl8mbi1R8e3D2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:39:42.318Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||Resource customization UUID: fd234865-bdb8-46cf-a280-305049ee1bd9 is the same as notified resource customizationUUID: fd234865-bdb8-46cf-a280-305049ee1bd9
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-10T06:39:42.385Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 584c4d66-bed3 46b4d016-f7e0-4f0b-b9e1-462dfa97286b 0 ASDC deployResourceStructure
2021-11-10T06:39:42.385Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar ASDC sendASDCNotification
2021-11-10T06:39:42.385Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar
2021-11-10T06:39:42.386Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T06:39:42.386Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:39:42.387Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:39:42.387Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526382385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:39:42.488Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:39:42.488Z||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-11-10T06:39:42.488Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:39:42.503Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:39:42.503Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-10T06:39:43.389Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01eef044-fdb5-4f8e-b802-11782eeda4eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-10T06:39:43.401Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01eef044-fdb5-4f8e-b802-11782eeda4eb
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-11-10T06:39:43.404Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:39:43.405Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T06:39:43.409Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-10T06:40:13.409Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01eef044-fdb5-4f8e-b802-11782eeda4eb 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-11-10T06:40:13.414Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01eef044-fdb5-4f8e-b802-11782eeda4eb and serviceModelVersionId: 9679b58b-4cea-4ac1-96f8-38175162e60a
2021-11-10T06:40:13.415Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 192699d3-40f0-4471-8ce7-39b78b65909c
2021-11-10T06:40:13.416Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/192699d3-40f0-4471-8ce7-39b78b65909c/model-vers/model-ver/9679b58b-4cea-4ac1-96f8-38175162e60a?depth=0
2021-11-10T06:40:13.422Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-11-10T06:40:13.453Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192699d3-40f0-4471-8ce7-39b78b65909c/model-vers/model-ver/9679b58b-4cea-4ac1-96f8-38175162e60a?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-11-10T06:40:13.453Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192699d3-40f0-4471-8ce7-39b78b65909c/model-vers/model-ver/9679b58b-4cea-4ac1-96f8-38175162e60a?depth=0|INFO|500||Invoke
2021-11-10T06:40:13.477Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192699d3-40f0-4471-8ce7-39b78b65909c/model-vers/model-ver/9679b58b-4cea-4ac1-96f8-38175162e60a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-10T06:40:13.617Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192699d3-40f0-4471-8ce7-39b78b65909c/model-vers/model-ver/9679b58b-4cea-4ac1-96f8-38175162e60a?depth=0|INFO|500||InvokeReturn
2021-11-10T06:40:13.618Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/192699d3-40f0-4471-8ce7-39b78b65909c/model-vers/model-ver/9679b58b-4cea-4ac1-96f8-38175162e60a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-06:40:13:484-35875], vertex-id=[192672], Content-Length=[0], Date=[Wed, 10 Nov 2021 06:40:13 GMT], Content-Type=[application/json]}
2021-11-10T06:40:13.618Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-11-10T06:40:13.618Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-10T06:40:13.619Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:40:13.622Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-10T06:40:13.622Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01eef044-fdb5-4f8e-b802-11782eeda4eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-10T06:40:13.623Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-10T06:40:13.623Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:40:13.625Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:40:13.625Z|01eef044-fdb5-4f8e-b802-11782eeda4eb|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526413623,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T06:40:13.725Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:40:13.726Z||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-11-10T06:40:13.726Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:40:13.743Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:40:13.743Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 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-11-10T06:40:31.518Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:40:31.519Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|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-11-10T06:40:31.519Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:40:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:40:31.521Z||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-11-10T06:40:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:40:31.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:40:31.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:40:31.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:40:31.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:40:41.071Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:31.518Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:41:31.519Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|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-11-10T06:41:31.519Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:41:31.521Z||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-11-10T06:41:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:32.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:32.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:41:32.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:41:32.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:41:32.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:41:32.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:41:32.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:41:32.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/resourceInstances/pnf584c4d66bed30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:41:32.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526371518,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526380437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526382385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJkulyywgl8mbi1r8e3d2/1.0/artifacts/service-DemoPnfJkulyywgl8mbi1r8e3d2-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01eef044-fdb5-4f8e-b802-11782eeda4eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526413623,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T06:41:32.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:41:35.020Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:35.022Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T06:41:35.022Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"932d47da-d8f5-485b-9c9f-08790a2a25d4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7dbc46ba-97a9-4954-abb9-7c50313865ca","serviceDescription":"service","serviceInvariantUUID":"1a92edfd-aeb7-4417-8719-b898eca0943e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d2f665b-b1ea-40f7-8ec1-dc9318dad6ca","resourceInvariantUUID":"b5dd5c08-b543-4f57-8a5e-ea98606cbf06","resourceCustomizationUUID":"5f5fc94a-125d-4619-b28d-c541d90fe5d3","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":"MzliYjExMmVhMDY4YjZkNmY1OTlmNTgwZTk4ZDU4ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9dbbbe26-edcc-42e8-ae79-029d58feb919","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":"NzJmMTEzNGYzNDY2MjNlN2Q3N2QyMGFmMTM3ZTBmNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c3f540c8-127d-4040-90ae-303829196e0e","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":"bc1cad76-4a93-4313-80da-fdbdbc86b1e5","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":"cbbccd5d-9f0d-4b08-b4ed-64178e7b2ce6","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":"49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7","artifactVersion":"2","generatedFromUUID":"bc1cad76-4a93-4313-80da-fdbdbc86b1e5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTk0ZjdkZDFjMjI5M2JkYTk0NGZhODE5NjkxZGQxM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5040756f-3d8e-4dbb-8573-e9dd4a509943","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODdlMDk5YzdhM2VlMWRjNWM4NzMzYWE5YTkxYjNiZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4481a3-0bbe-4b4d-b775-517416823458","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T06:41:35.026Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:41:35.026Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:35.029Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:35.029Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:41:35.129Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:35.130Z||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-11-10T06:41:35.130Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:35.142Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:35.142Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:36.029Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:41:36.030Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:36.033Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:36.033Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:41:36.133Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:36.134Z||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-11-10T06:41:36.135Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:36.147Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:36.147Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:37.033Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:41:37.034Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:37.036Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:37.037Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:41:37.137Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:37.137Z||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-11-10T06:41:37.138Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:37.149Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:37.149Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:38.037Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:41:38.038Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:38.040Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:38.040Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:41:38.141Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:38.141Z||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-11-10T06:41:38.141Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:38.153Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:38.153Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:39.041Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:41:39.042Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:39.044Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:39.044Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-10T06:41:39.144Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:39.145Z||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-11-10T06:41:39.145Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:39.157Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:39.158Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:40.045Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:41:40.046Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:40.048Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:40.048Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:41:40.148Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:40.149Z||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-11-10T06:41:40.149Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:40.162Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:40.163Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:41.048Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:41:41.049Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:41.052Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:41.052Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:41:41.152Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:41.153Z||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-11-10T06:41:41.153Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:41.166Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:41.166Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:42.053Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "7dbc46ba-97a9-4954-abb9-7c50313865ca",
"serviceDescription": "service",
"serviceInvariantUUID": "1a92edfd-aeb7-4417-8719-b898eca0943e",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5f5fc94a-125d-4619-b28d-c541d90fe5d3",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5d2f665b-b1ea-40f7-8ec1-dc9318dad6ca",
"resourceInvariantUUID": "b5dd5c08-b543-4f57-8a5e-ea98606cbf06",
"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": "NzJmMTEzNGYzNDY2MjNlN2Q3N2QyMGFmMTM3ZTBmNzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c3f540c8-127d-4040-90ae-303829196e0e",
"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": "bc1cad76-4a93-4313-80da-fdbdbc86b1e5",
"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": "49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7",
"generatedFromUUID": "bc1cad76-4a93-4313-80da-fdbdbc86b1e5"
},
"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": "49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ODdlMDk5YzdhM2VlMWRjNWM4NzMzYWE5YTkxYjNiZTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "db4481a3-0bbe-4b4d-b775-517416823458"
}
],
"workloadContext": "Production"
}
2021-11-10T06:41:42.053Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T06:41:42.053Z|d1bb91f3-4fba-48f6-9582-5fea097c4830|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7dbc46ba-97a9-4954-abb9-7c50313865ca ASDC
2021-11-10T06:41:42.054Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:932d47da-d8f5-485b-9c9f-08790a2a25d4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7dbc46ba-97a9-4954-abb9-7c50313865ca
ServiceInvariantUUID:1a92edfd-aeb7-4417-8719-b898eca0943e
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:db4481a3-0bbe-4b4d-b775-517416823458
ArtifactChecksum:ODdlMDk5YzdhM2VlMWRjNWM4NzMzYWE5YTkxYjNiZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5f5fc94a-125d-4619-b28d-c541d90fe5d3
ResourceInvariantUUID:b5dd5c08-b543-4f57-8a5e-ea98606cbf06
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5d2f665b-b1ea-40f7-8ec1-dc9318dad6ca
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:c3f540c8-127d-4040-90ae-303829196e0e
ArtifactChecksum:NzJmMTEzNGYzNDY2MjNlN2Q3N2QyMGFmMTM3ZTBmNzc=
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:bc1cad76-4a93-4313-80da-fdbdbc86b1e5
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:49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7
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:49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-10T06:41:42.054Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dbc46ba-97a9-4954-abb9-7c50313865ca 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-11-10T06:41:42.083Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T06:41:42.083Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-11-10T06:41:42.084Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-11-10T06:41:42.084Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: db4481a3-0bbe-4b4d-b775-517416823458 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-10T06:41:42.084Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-10T06:41:42.084Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-10T06:41:42.204Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-10T06:41:42.211Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar db4481a3-0bbe-4b4d-b775-517416823458 71041
2021-11-10T06:41:42.212Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-10T06:41:42.212Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-10T06:41:42.212Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:41:42.212Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:42.214Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:42.214Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526502212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:41:42.315Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-10T06:41:42.315Z||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-11-10T06:41:42.316Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:42.327Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:42.328Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:43.215Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T06:41:43.216Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-11-10T06:41:43.216Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: db4481a3-0bbe-4b4d-b775-517416823458, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T06:41:43.216Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-10T06:41:43.217Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T06:41:43.217Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T06:41:43.661Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14649021254519143358/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-11-10T06:41:44.914Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T06:41:44.914Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-11-10T06:41:44.914Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T06:41:44.914Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-11-10T06:41:44.915Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-10T06:41:44.916Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-10T06:41:44.917Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-10T06:41:44.917Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-10T06:41:44.917Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.917Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T06:41:44.917Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.917Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T06:41:44.917Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:41:44.917Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.917Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T06:41:44.917Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:41:44.918Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.918Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T06:41:44.918Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:41:44.918Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.918Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-10T06:41:44.918Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-10T06:41:44.918Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-10T06:41:44.918Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cd990985-8658-4824-b387-bc829427cdf7
2021-11-10T06:41:44.919Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.919Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:44.919Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.919Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:44.919Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.919Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:44.919Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:44.919Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:44.919Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7dbc46ba-97a9-4954-abb9-7c50313865ca
Model Version:NULL
Model InvariantUuid:1a92edfd-aeb7-4417-8719-b898eca0943e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:61c6dc90-ee5d-47b2-b233-5ac221e94358
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5dd5c08-b543-4f57-8a5e-ea98606cbf06
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5f5fc94a-125d-4619-b28d-c541d90fe5d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:58d631d0-53bc-47f0-907d-85c0d5cd0777
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e146c9e8-d645-462a-a009-2630adc2666b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cd990985-8658-4824-b387-bc829427cdf7
ModelInvariantUuid:4c5ef10a-11da-4fbc-a588-3aa3f36b89a4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c33c42a8-4d31-4eeb-a62e-326ffefacd82
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:d9913fd5-b105-47b5-be95-2db0108b66b3
ModelInvariantUuid:1b39a474-641a-44d4-9cd8-32d0a5673f3e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:8978f990-d2ea-43db-9630-70f66e346c17
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-10T06:41:44.925Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d2f665b-b1ea-40f7-8ec1-dc9318dad6ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:41:44.927Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-11-10T06:41:44.927Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d2f665b-b1ea-40f7-8ec1-dc9318dad6ca
2021-11-10T06:41:44.927Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c3f540c8-127d-4040-90ae-303829196e0e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-10T06:41:44.927Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-10T06:41:44.927Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:45.113Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-10T06:41:45.114Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c3f540c8-127d-4040-90ae-303829196e0e 787
2021-11-10T06:41:45.114Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:45.114Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:45.114Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:41:45.115Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:45.117Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:45.117Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526505114,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:41:45.217Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:45.218Z||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-11-10T06:41:45.218Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:45.233Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:45.233Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-10T06:41:46.118Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "58d631d0-53bc-47f0-907d-85c0d5cd0777",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e146c9e8-d645-462a-a009-2630adc2666b",
"vfModuleModelCustomizationUUID": "a2e29d28-8b68-4239-a46b-47addd08a8d9",
"isBase": true,
"artifacts": [
"bc1cad76-4a93-4313-80da-fdbdbc86b1e5",
"49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7"
],
"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-11-10T06:41:46.122Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e146c9e8-d645-462a-a009-2630adc2666b
VfModuleModelInvariantUUID:58d631d0-53bc-47f0-907d-85c0d5cd0777
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc1cad76-4a93-4313-80da-fdbdbc86b1e5
,
49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7
}
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-11-10T06:41:46.124Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "58d631d0-53bc-47f0-907d-85c0d5cd0777",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e146c9e8-d645-462a-a009-2630adc2666b",
"vfModuleModelCustomizationUUID": "a2e29d28-8b68-4239-a46b-47addd08a8d9",
"isBase": true,
"artifacts": [
"bc1cad76-4a93-4313-80da-fdbdbc86b1e5",
"49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7"
],
"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-11-10T06:41:46.124Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e146c9e8-d645-462a-a009-2630adc2666b
VfModuleModelInvariantUUID:58d631d0-53bc-47f0-907d-85c0d5cd0777
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc1cad76-4a93-4313-80da-fdbdbc86b1e5
,
49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7
}
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-11-10T06:41:46.124Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bc1cad76-4a93-4313-80da-fdbdbc86b1e5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-10T06:41:46.124Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-10T06:41:46.124Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:46.617Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-10T06:41:46.618Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml bc1cad76-4a93-4313-80da-fdbdbc86b1e5 5033
2021-11-10T06:41:46.618Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:46.618Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:46.618Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:41:46.619Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:46.621Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:46.621Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526506618,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:41:46.721Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:46.722Z||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-11-10T06:41:46.723Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:46.736Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:46.736Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:47.622Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-10T06:41:47.622Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-10T06:41:47.623Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:48.216Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-10T06:41:48.216Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 49c1cc4b-a5d1-4ec9-86df-3ceb8dcc14b7 903
2021-11-10T06:41:48.216Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:48.216Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:48.217Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:41:48.217Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:48.219Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:48.219Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526508216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:41:48.319Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:48.320Z||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-11-10T06:41:48.320Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:48.334Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:48.334Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:49.220Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7dbc46ba-97a9-4954-abb9-7c50313865ca
2021-11-10T06:41:49.221Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5d2f665b-b1ea-40f7-8ec1-dc9318dad6ca ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:41:49.233Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67c6b79a, org.onap.sdc.toscaparser.api.parameters.Input@79255c5e, org.onap.sdc.toscaparser.api.parameters.Input@61321152, org.onap.sdc.toscaparser.api.parameters.Input@73158168, org.onap.sdc.toscaparser.api.parameters.Input@21bd82f7]
2021-11-10T06:41:49.234Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.235Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:49.235Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-11-10T06:41:49.235Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5f5fc94a-125d-4619-b28d-c541d90fe5d3
2021-11-10T06:41:49.235Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f5fc94a-125d-4619-b28d-c541d90fe5d3 matches Tosca VF Customization UUID: 5f5fc94a-125d-4619-b28d-c541d90fe5d3
2021-11-10T06:41:49.235Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5f5fc94a-125d-4619-b28d-c541d90fe5d3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-10T06:41:49.238Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.239Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:49.239Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5f5fc94a-125d-4619-b28d-c541d90fe5d3: {\"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-11-10T06:41:49.239Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@290beb96
2021-11-10T06:41:49.239Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.239Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T06:41:49.240Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2e29d28-8b68-4239-a46b-47addd08a8d9
2021-11-10T06:41:49.240Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2e29d28-8b68-4239-a46b-47addd08a8d9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-10T06:41:49.241Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.241Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T06:41:49.242Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:41:49.242Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.242Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T06:41:49.242Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:41:49.242Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.242Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-10T06:41:49.242Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-10T06:41:49.243Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-10T06:41:49.243Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cd990985-8658-4824-b387-bc829427cdf7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-10T06:41:49.244Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.244Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T06:41:49.245Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:41:49.245Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.245Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T06:41:49.245Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5f5fc94a-125d-4619-b28d-c541d90fe5d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:41:49.246Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.246Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:49.247Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7dbc46ba-97a9-4954-abb9-7c50313865ca: basic_vm
2021-11-10T06:41:49.247Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.247Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:49.247Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.247Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:49.247Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.248Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:49.248Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.248Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:49.248Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:41:49.248Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:41:49.248Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T06:41:49.315Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5d2f665b-b1ea-40f7-8ec1-dc9318dad6ca 1 ASDC deployResourceStructure
2021-11-10T06:41:49.316Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:49.316Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:49.317Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T06:41:49.317Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:49.319Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:49.319Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526509316,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T06:41:49.419Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:49.420Z||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-11-10T06:41:49.420Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:49.434Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:49.434Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:50.319Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:50.320Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:50.321Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T06:41:50.321Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:50.323Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:50.323Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526510319,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T06:41:50.423Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:50.424Z||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-11-10T06:41:50.424Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:50.439Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:50.439Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:51.324Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:51.325Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||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-11-10T06:41:51.325Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T06:41:51.325Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:51.328Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:51.328Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526511324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-11-10T06:41:51.428Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:41:51.428Z||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-11-10T06:41:51.429Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:51.440Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:51.440Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:52.329Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-10T06:41:52.329Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-10T06:41:52.330Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T06:41:52.330Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:41:52.331Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:41:52.331Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526512329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:41:52.432Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-10T06:41:52.432Z||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-11-10T06:41:52.432Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:41:52.444Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:41:52.445Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:41:53.332Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 932d47da-d8f5-485b-9c9f-08790a2a25d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-10T06:41:53.344Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 932d47da-d8f5-485b-9c9f-08790a2a25d4
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-11-10T06:41:53.346Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T06:41:53.346Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T06:41:53.346Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T06:42:23.347Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 932d47da-d8f5-485b-9c9f-08790a2a25d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-10T06:42:23.355Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 932d47da-d8f5-485b-9c9f-08790a2a25d4
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-11-10T06:42:23.357Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T06:42:23.357Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T06:42:23.357Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T06:42:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:42:31.521Z||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-11-10T06:42:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:42:31.653Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:42:32.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526491881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "cds",
"timestamp": 1636526487048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526487835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "dcae-sch",
"timestamp": 1636526495299,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526491881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "cds",
"timestamp": 1636526487048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526487835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "dcae-sch",
"timestamp": 1636526495299,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526491881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "cds",
"timestamp": 1636526487048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526487835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "dcae-sch",
"timestamp": 1636526495299,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526491881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "cds",
"timestamp": 1636526487048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526487835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "dcae-sch",
"timestamp": 1636526495299,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526491881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "cds",
"timestamp": 1636526487048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526487835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "dcae-sch",
"timestamp": 1636526495299,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526491881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "cds",
"timestamp": 1636526487048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526487835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "dcae-sch",
"timestamp": 1636526495299,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526491881,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "cds",
"timestamp": 1636526487048,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526491518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526487835,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "dcae-sch",
"timestamp": 1636526495299,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526502202,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "cds",
"timestamp": 1636526502210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526502212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "cds",
"timestamp": 1636526503217,
"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-11-10T06:42:32.191Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 932d47da-d8f5-485b-9c9f-08790a2a25d4
2021-11-10T06:42:32.191Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 932d47da-d8f5-485b-9c9f-08790a2a25d4 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-11-10T06:42:32.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526503259,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526504423,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "cds",
"timestamp": 1636526504221,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526505114,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526505450,
"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-11-10T06:42:32.207Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 932d47da-d8f5-485b-9c9f-08790a2a25d4
2021-11-10T06:42:32.208Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 932d47da-d8f5-485b-9c9f-08790a2a25d4 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-11-10T06:42:32.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "cds",
"timestamp": 1636526504221,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526506453,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526506618,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "cds",
"timestamp": 1636526504221,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "cds",
"timestamp": 1636526504221,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526508216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526508300,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526507834,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "cds",
"timestamp": 1636526504221,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526509316,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526507834,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "cds",
"timestamp": 1636526504221,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526510319,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526510414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526507834,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "cds",
"timestamp": 1636526504221,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "policy-id",
"timestamp": 1636526511298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526511324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526511417,
"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-11-10T06:42:32.224Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 932d47da-d8f5-485b-9c9f-08790a2a25d4
2021-11-10T06:42:32.224Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 932d47da-d8f5-485b-9c9f-08790a2a25d4 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-11-10T06:42:32.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526507834,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "cds",
"timestamp": 1636526504221,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526512329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "policy-id",
"timestamp": 1636526512303,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526507834,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526511881,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "cds",
"timestamp": 1636526513306,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.233Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "policy-id",
"timestamp": 1636526513307,
"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-11-10T06:42:32.237Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 932d47da-d8f5-485b-9c9f-08790a2a25d4
2021-11-10T06:42:32.237Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 932d47da-d8f5-485b-9c9f-08790a2a25d4 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-11-10T06:42:32.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526507834,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526511881,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "cds",
"timestamp": 1636526514311,
"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-11-10T06:42:32.256Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27a25607-177e-4474-9f1f-6bd913aba8a6
2021-11-10T06:42:32.257Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a25607-177e-4474-9f1f-6bd913aba8a6 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-11-10T06:42:32.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526507834,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526511881,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636526507834,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526511881,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526515299,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526511881,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526515299,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526511881,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526515299,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526511881,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526515299,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "aai-ml",
"timestamp": 1636526519230,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526500052,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526511881,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526515299,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526520628,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526520642,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526515299,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526503447,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526521693,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526515299,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526522399,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526522516,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526522741,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526515299,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526523402,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.278Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636526523520,
"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-11-10T06:42:32.282Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27a25607-177e-4474-9f1f-6bd913aba8a6
2021-11-10T06:42:32.282Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a25607-177e-4474-9f1f-6bd913aba8a6 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-11-10T06:42:32.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526523757,
"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-11-10T06:42:32.293Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27a25607-177e-4474-9f1f-6bd913aba8a6
2021-11-10T06:42:32.293Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a25607-177e-4474-9f1f-6bd913aba8a6 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-11-10T06:42:32.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "policy-id",
"timestamp": 1636526524405,
"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-11-10T06:42:32.305Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27a25607-177e-4474-9f1f-6bd913aba8a6
2021-11-10T06:42:32.306Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a25607-177e-4474-9f1f-6bd913aba8a6 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-11-10T06:42:32.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526524731,
"artifactURL": "/sdc/v1/catalog/services/2d387df9-7423-4c47-841e-7a89a0de9e8b/resourceInstances/basicclamp0/artifacts/a70f8365-5cfd-4dde-8480-faedcc831aa7",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636526524760,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "clamp",
"timestamp": 1636526525843,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "aai-ml",
"timestamp": 1636526525987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526526035,
"artifactURL": "/sdc/v1/catalog/services/2d387df9-7423-4c47-841e-7a89a0de9e8b/resourceInstances/basicclamp0/artifacts/a70f8365-5cfd-4dde-8480-faedcc831aa7",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "aai-ml",
"timestamp": 1636526526991,
"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-11-10T06:42:32.317Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 932d47da-d8f5-485b-9c9f-08790a2a25d4
2021-11-10T06:42:32.317Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 932d47da-d8f5-485b-9c9f-08790a2a25d4 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-11-10T06:42:32.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "dcae-sch",
"timestamp": 1636526527038,
"artifactURL": "/sdc/v1/catalog/services/2d387df9-7423-4c47-841e-7a89a0de9e8b/resourceInstances/basicclamp0/artifacts/a70f8365-5cfd-4dde-8480-faedcc831aa7",
"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-11-10T06:42:32.330Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 27a25607-177e-4474-9f1f-6bd913aba8a6
2021-11-10T06:42:32.330Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a25607-177e-4474-9f1f-6bd913aba8a6 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-11-10T06:42:32.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "clamp",
"timestamp": 1636526528846,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.338Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "clamp",
"timestamp": 1636526529849,
"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-11-10T06:42:32.343Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 932d47da-d8f5-485b-9c9f-08790a2a25d4
2021-11-10T06:42:32.343Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 932d47da-d8f5-485b-9c9f-08790a2a25d4 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-11-10T06:42:32.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526511326,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526536070,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:42:32.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526511167,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:42:32.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:42:32.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526541220,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "aai-ml",
"timestamp": 1636526542223,
"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-11-10T06:42:32.358Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27a25607-177e-4474-9f1f-6bd913aba8a6
2021-11-10T06:42:32.359Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a25607-177e-4474-9f1f-6bd913aba8a6 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-11-10T06:42:32.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526542846,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526543851,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526547912,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526548915,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:42:32.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "clamp",
"timestamp": 1636526549919,
"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-11-10T06:42:32.370Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 27a25607-177e-4474-9f1f-6bd913aba8a6
2021-11-10T06:42:32.370Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a25607-177e-4474-9f1f-6bd913aba8a6 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-11-10T06:42:53.357Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 932d47da-d8f5-485b-9c9f-08790a2a25d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-10T06:42:53.368Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 932d47da-d8f5-485b-9c9f-08790a2a25d4
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-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T06:42:53.371Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T06:42:53.375Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-10T06:43:23.376Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 932d47da-d8f5-485b-9c9f-08790a2a25d4 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-11-10T06:43:23.384Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 932d47da-d8f5-485b-9c9f-08790a2a25d4 and serviceModelVersionId: 7dbc46ba-97a9-4954-abb9-7c50313865ca
2021-11-10T06:43:23.384Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a92edfd-aeb7-4417-8719-b898eca0943e
2021-11-10T06:43:23.385Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a92edfd-aeb7-4417-8719-b898eca0943e/model-vers/model-ver/7dbc46ba-97a9-4954-abb9-7c50313865ca?depth=0
2021-11-10T06:43:23.392Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-11-10T06:43:23.424Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a92edfd-aeb7-4417-8719-b898eca0943e/model-vers/model-ver/7dbc46ba-97a9-4954-abb9-7c50313865ca?depth=0|INFO|500||Invoke
2021-11-10T06:43:23.424Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a92edfd-aeb7-4417-8719-b898eca0943e/model-vers/model-ver/7dbc46ba-97a9-4954-abb9-7c50313865ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a92edfd-aeb7-4417-8719-b898eca0943e/model-vers/model-ver/7dbc46ba-97a9-4954-abb9-7c50313865ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[932d47da-d8f5-485b-9c9f-08790a2a25d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[884ead7f-598e-4325-920a-fb6ead2c191e], X-ECOMP-RequestID=[932d47da-d8f5-485b-9c9f-08790a2a25d4], X-TransactionId=[], X-ONAP-RequestID=[932d47da-d8f5-485b-9c9f-08790a2a25d4], Content-Type=[application/merge-patch+json]}
2021-11-10T06:43:23.442Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a92edfd-aeb7-4417-8719-b898eca0943e/model-vers/model-ver/7dbc46ba-97a9-4954-abb9-7c50313865ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-10T06:43:23.640Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a92edfd-aeb7-4417-8719-b898eca0943e/model-vers/model-ver/7dbc46ba-97a9-4954-abb9-7c50313865ca?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a92edfd-aeb7-4417-8719-b898eca0943e/model-vers/model-ver/7dbc46ba-97a9-4954-abb9-7c50313865ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-06:43:23:468-52238], vertex-id=[164040], Content-Length=[0], Date=[Wed, 10 Nov 2021 06:43:23 GMT], Content-Type=[application/json]}
2021-11-10T06:43:23.641Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a92edfd-aeb7-4417-8719-b898eca0943e/model-vers/model-ver/7dbc46ba-97a9-4954-abb9-7c50313865ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-10T06:43:23.641Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a92edfd-aeb7-4417-8719-b898eca0943e/model-vers/model-ver/7dbc46ba-97a9-4954-abb9-7c50313865ca?depth=0|INFO|500||InvokeReturn
2021-11-10T06:43:23.642Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-10T06:43:23.642Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:43:23.646Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-10T06:43:23.647Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 932d47da-d8f5-485b-9c9f-08790a2a25d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-10T06:43:23.647Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-10T06:43:23.647Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:23.650Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:23.650Z|932d47da-d8f5-485b-9c9f-08790a2a25d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526603647,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T06:43:23.750Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T06:43:23.750Z||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-11-10T06:43:23.750Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:23.768Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:23.769Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 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-11-10T06:43:24.661Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:43:24.662Z||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-11-10T06:43:24.662Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:25.287Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:25.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T06:43:25.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"27a25607-177e-4474-9f1f-6bd913aba8a6","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"2d387df9-7423-4c47-841e-7a89a0de9e8b","serviceDescription":"service","serviceInvariantUUID":"f4471a97-9cab-4fe1-adff-f16844e717a2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1e013aa-2801-4abb-9443-c2f2db6d2b3a","resourceInvariantUUID":"dc07824e-39d6-4e7d-b471-fac210f084b0","resourceCustomizationUUID":"cc9b9914-0808-4796-b378-060e04d6ac35","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a70f8365-5cfd-4dde-8480-faedcc831aa7","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"M2NiMDJiZGE1MDVmOTg1ZTFiNzBhNjhjZTY3MDU1OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd033d1e-75e4-4907-8c45-c3993d30cab9","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YTIwMGNhM2Y2MjZiMDFlYTVlOGQ3ODExZjVjZjQ0ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"27457267-755c-4732-a024-6d71c4ce2726","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc902e33-2944-431e-a275-f912cf594651","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"afee50ab-bae5-4751-9ab6-a8beec5a0b3f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3018a0fd-f612-41fd-b66a-392cf1c7abcd","artifactVersion":"2","generatedFromUUID":"cc902e33-2944-431e-a275-f912cf594651"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODdmYWU1NzdkNzcwNzA3MDJmYTU2MGU0ZDAzYTUyYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9bf7f31-4b50-4f49-b19a-7069e3fffc03","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzYyYzBhOWY3YTBmZDA2ZmU5ZTliMmU0ZThmZjdmMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38385613-84c9-433c-a064-8370c63d378b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T06:43:25.291Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:43:25.291Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:25.293Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:25.293Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:43:25.394Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-10T06:43:25.394Z||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-11-10T06:43:25.394Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:25.408Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:25.409Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:26.294Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:43:26.295Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:26.297Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:26.297Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:43:26.397Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:43:26.397Z||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-11-10T06:43:26.398Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:26.410Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:26.410Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:27.297Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:43:27.299Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:27.301Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:27.301Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:43:27.401Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:43:27.402Z||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-11-10T06:43:27.402Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:27.414Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:27.414Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:28.302Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:43:28.302Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:28.304Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:28.304Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:43:28.404Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:43:28.405Z||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-11-10T06:43:28.405Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:28.418Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:28.418Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:29.304Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:43:29.304Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:29.306Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:29.306Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:43:29.407Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-10T06:43:29.408Z||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-11-10T06:43:29.408Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:29.421Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:29.421Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:30.307Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:43:30.308Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:30.310Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:30.310Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T06:43:30.410Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:43:30.411Z||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-11-10T06:43:30.411Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:30.425Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:30.426Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-10T06:43:31.310Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:43:31.311Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:31.313Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:31.313Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:43:31.414Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:43:31.414Z||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-11-10T06:43:31.414Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:31.428Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:31.429Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:31.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T06:43:31.521Z||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-11-10T06:43:31.521Z||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 ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:32.149Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:32.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:43:32.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "932d47da-d8f5-485b-9c9f-08790a2a25d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526603647,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T06:43:32.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T06:43:32.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T06:43:32.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:43:32.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:43:32.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:43:32.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:43:32.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:43:32.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T06:43:32.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:43:32.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T06:43:32.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T06:43:32.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-10T06:43:32.314Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T06:43:32.315Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:32.316Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:32.317Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526604661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T06:43:32.417Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:43:32.418Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T06:43:32.418Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:32.431Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:32.431Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:33.318Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "2d387df9-7423-4c47-841e-7a89a0de9e8b",
"serviceDescription": "service",
"serviceInvariantUUID": "f4471a97-9cab-4fe1-adff-f16844e717a2",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "cc9b9914-0808-4796-b378-060e04d6ac35",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b1e013aa-2801-4abb-9443-c2f2db6d2b3a",
"resourceInvariantUUID": "dc07824e-39d6-4e7d-b471-fac210f084b0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "YTIwMGNhM2Y2MjZiMDFlYTVlOGQ3ODExZjVjZjQ0ZWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "27457267-755c-4732-a024-6d71c4ce2726",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cc902e33-2944-431e-a275-f912cf594651",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3018a0fd-f612-41fd-b66a-392cf1c7abcd",
"generatedFromUUID": "cc902e33-2944-431e-a275-f912cf594651"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3018a0fd-f612-41fd-b66a-392cf1c7abcd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "NzYyYzBhOWY3YTBmZDA2ZmU5ZTliMmU0ZThmZjdmMDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38385613-84c9-433c-a064-8370c63d378b"
}
],
"workloadContext": "Production"
}
2021-11-10T06:43:33.318Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T06:43:33.318Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d387df9-7423-4c47-841e-7a89a0de9e8b ASDC
2021-11-10T06:43:33.319Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:27a25607-177e-4474-9f1f-6bd913aba8a6
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:2d387df9-7423-4c47-841e-7a89a0de9e8b
ServiceInvariantUUID:f4471a97-9cab-4fe1-adff-f16844e717a2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:38385613-84c9-433c-a064-8370c63d378b
ArtifactChecksum:NzYyYzBhOWY3YTBmZDA2ZmU5ZTliMmU0ZThmZjdmMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:cc9b9914-0808-4796-b378-060e04d6ac35
ResourceInvariantUUID:dc07824e-39d6-4e7d-b471-fac210f084b0
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b1e013aa-2801-4abb-9443-c2f2db6d2b3a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:27457267-755c-4732-a024-6d71c4ce2726
ArtifactChecksum:YTIwMGNhM2Y2MjZiMDFlYTVlOGQ3ODExZjVjZjQ0ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc902e33-2944-431e-a275-f912cf594651
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:3018a0fd-f612-41fd-b66a-392cf1c7abcd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:3018a0fd-f612-41fd-b66a-392cf1c7abcd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-10T06:43:33.319Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d387df9-7423-4c47-841e-7a89a0de9e8b 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-11-10T06:43:33.351Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T06:43:33.352Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-10T06:43:33.352Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-10T06:43:33.352Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38385613-84c9-433c-a064-8370c63d378b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-10T06:43:33.352Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-10T06:43:33.352Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-10T06:43:33.493Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-10T06:43:33.498Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 38385613-84c9-433c-a064-8370c63d378b 73640
2021-11-10T06:43:33.498Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-10T06:43:33.498Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-10T06:43:33.498Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:43:33.499Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:33.500Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:33.500Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526613498,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:43:33.601Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-10T06:43:33.602Z||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-11-10T06:43:33.602Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:33.617Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:33.617Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:34.501Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T06:43:34.502Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-10T06:43:34.502Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 38385613-84c9-433c-a064-8370c63d378b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:34.503Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-10T06:43:34.503Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:34.503Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:34.654Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6664326198997709162/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-10T06:43:35.527Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T06:43:35.528Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-10T06:43:35.528Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:35.528Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-10T06:43:35.528Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:35.528Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:35.528Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:35.528Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:35.528Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:35.528Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:35.529Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:35.529Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:35.529Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-10T06:43:35.529Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-10T06:43:35.529Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.529Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:43:35.529Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-10T06:43:35.529Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-10T06:43:35.529Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T06:43:35.530Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.530Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:43:35.530Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-10T06:43:35.530Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-10T06:43:35.530Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T06:43:35.530Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.530Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:43:35.530Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.530Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-10T06:43:35.530Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-10T06:43:35.531Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-10T06:43:35.531Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-10T06:43:35.531Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T06:43:35.531Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-10T06:43:35.531Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.531Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T06:43:35.531Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.531Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-10T06:43:35.531Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:43:35.531Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.532Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-10T06:43:35.532Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:43:35.532Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.532Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-10T06:43:35.532Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:43:35.532Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.532Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-10T06:43:35.532Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-10T06:43:35.532Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T06:43:35.533Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7073419-0eaa-4497-8e37-0a51ea98c5b6
2021-11-10T06:43:35.533Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.533Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:43:35.533Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.533Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:43:35.533Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.533Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:43:35.533Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:35.533Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:43:35.533Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:2d387df9-7423-4c47-841e-7a89a0de9e8b
Model Version:NULL
Model InvariantUuid:f4471a97-9cab-4fe1-adff-f16844e717a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:5e73d623-99d6-44ab-8b4a-ae8bf619897e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc07824e-39d6-4e7d-b471-fac210f084b0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cc9b9914-0808-4796-b378-060e04d6ac35
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:213ca22c-8c79-4416-bff0-dff1b629a55c
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:df7027f7-5768-4840-a02c-7d9c970b045b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e7073419-0eaa-4497-8e37-0a51ea98c5b6
ModelInvariantUuid:20d40747-5f72-453b-abbb-2953edefde86
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:a3d696d3-e3f1-4786-bcf3-03def033781e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:54c46fec-228d-4b1c-b676-f2a0fdbed224
ModelInvariantUuid:79c72aa1-f068-483e-9449-a01ca0e38939
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:c71dc39f-3e1a-49dd-85ff-6fd31cad3b03
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-10T06:43:35.538Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b1e013aa-2801-4abb-9443-c2f2db6d2b3a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:43:35.540Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||basicclamp 0
2021-11-10T06:43:35.540Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1e013aa-2801-4abb-9443-c2f2db6d2b3a
2021-11-10T06:43:35.540Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 27457267-755c-4732-a024-6d71c4ce2726 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-10T06:43:35.541Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-10T06:43:35.541Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-10T06:43:35.592Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-10T06:43:35.592Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 27457267-755c-4732-a024-6d71c4ce2726 790
2021-11-10T06:43:35.593Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-10T06:43:35.593Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-10T06:43:35.593Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:43:35.593Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:35.595Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:35.595Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526615593,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:43:35.695Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:43:35.696Z||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-11-10T06:43:35.696Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:35.711Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:35.712Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:36.595Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "213ca22c-8c79-4416-bff0-dff1b629a55c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "df7027f7-5768-4840-a02c-7d9c970b045b",
"vfModuleModelCustomizationUUID": "ddb94355-c1b9-4434-8d3e-eb84d1434da5",
"isBase": true,
"artifacts": [
"cc902e33-2944-431e-a275-f912cf594651",
"3018a0fd-f612-41fd-b66a-392cf1c7abcd"
],
"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-11-10T06:43:36.599Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df7027f7-5768-4840-a02c-7d9c970b045b
VfModuleModelInvariantUUID:213ca22c-8c79-4416-bff0-dff1b629a55c
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc902e33-2944-431e-a275-f912cf594651
,
3018a0fd-f612-41fd-b66a-392cf1c7abcd
}
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-11-10T06:43:36.602Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "213ca22c-8c79-4416-bff0-dff1b629a55c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "df7027f7-5768-4840-a02c-7d9c970b045b",
"vfModuleModelCustomizationUUID": "ddb94355-c1b9-4434-8d3e-eb84d1434da5",
"isBase": true,
"artifacts": [
"cc902e33-2944-431e-a275-f912cf594651",
"3018a0fd-f612-41fd-b66a-392cf1c7abcd"
],
"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-11-10T06:43:36.602Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df7027f7-5768-4840-a02c-7d9c970b045b
VfModuleModelInvariantUUID:213ca22c-8c79-4416-bff0-dff1b629a55c
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc902e33-2944-431e-a275-f912cf594651
,
3018a0fd-f612-41fd-b66a-392cf1c7abcd
}
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-11-10T06:43:36.602Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cc902e33-2944-431e-a275-f912cf594651 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-10T06:43:36.602Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-10T06:43:36.602Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-10T06:43:36.785Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-10T06:43:36.785Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml cc902e33-2944-431e-a275-f912cf594651 5033
2021-11-10T06:43:36.785Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-10T06:43:36.786Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-10T06:43:36.786Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:43:36.786Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:36.788Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:36.788Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526616785,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:43:36.888Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:43:36.889Z||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-11-10T06:43:36.889Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:36.901Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:36.901Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:37.788Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3018a0fd-f612-41fd-b66a-392cf1c7abcd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-10T06:43:37.789Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-10T06:43:37.789Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-10T06:43:37.919Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-10T06:43:37.919Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3018a0fd-f612-41fd-b66a-392cf1c7abcd 909
2021-11-10T06:43:37.919Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-10T06:43:37.919Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-10T06:43:37.919Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T06:43:37.920Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-10T06:43:37.921Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T06:43:37.921Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "27a25607-177e-4474-9f1f-6bd913aba8a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636526617919,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T06:43:38.022Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T06:43:38.022Z||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-11-10T06:43:38.022Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ciW9tXkwOgxEpUtR) ...
2021-11-10T06:43:38.035Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T06:43:38.035Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T06:43:38.922Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2d387df9-7423-4c47-841e-7a89a0de9e8b
2021-11-10T06:43:38.923Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b1e013aa-2801-4abb-9443-c2f2db6d2b3a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T06:43:38.936Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73bc2ccc, org.onap.sdc.toscaparser.api.parameters.Input@7659e1de, org.onap.sdc.toscaparser.api.parameters.Input@7b852cf9, org.onap.sdc.toscaparser.api.parameters.Input@1024e232, org.onap.sdc.toscaparser.api.parameters.Input@2ec76b6]
2021-11-10T06:43:38.937Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:38.937Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:43:38.937Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-11-10T06:43:38.937Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= cc9b9914-0808-4796-b378-060e04d6ac35
2021-11-10T06:43:38.938Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cc9b9914-0808-4796-b378-060e04d6ac35 matches Tosca VF Customization UUID: cc9b9914-0808-4796-b378-060e04d6ac35
2021-11-10T06:43:38.938Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: cc9b9914-0808-4796-b378-060e04d6ac35 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-10T06:43:38.939Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:38.940Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T06:43:38.940Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id cc9b9914-0808-4796-b378-060e04d6ac35: {\"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-11-10T06:43:38.940Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e306b3f
2021-11-10T06:43:38.940Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:38.940Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T06:43:38.940Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ddb94355-c1b9-4434-8d3e-eb84d1434da5
2021-11-10T06:43:38.940Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ddb94355-c1b9-4434-8d3e-eb84d1434da5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-10T06:43:38.942Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:38.943Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-10T06:43:38.943Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:43:38.943Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:38.943Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-10T06:43:38.943Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T06:43:38.943Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T06:43:38.943Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-10T06:43:38.943Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-10T06:43:38.943Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T06:43:38.943Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7073419-0eaa-4497-8e37-0a51ea98c5b6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-10T06:43:38.945Z|27a25607-177e-4474-9f1f-6bd913aba8a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery