By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-10-01T02:07:57.570Z||main|||||INFO|500||The following profiles are active: basic
2021-10-01T02:08:07.664Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-01T02:08:07.665Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-01T02:08:07.758Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-01T02:08:10.221Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-01T02:08:10.401Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-01T02:08:10.891Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-01T02:08:10.897Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-01T02:08:10.985Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-01T02:08:11.102Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-01T02:08:11.502Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-01T02:08:12.383Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-01T02:08:14.499Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-01T02:08:14.549Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-01T02:08:15.102Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-01T02:08:15.356Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-01T02:08:16.669Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-01T02:08:17.778Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-01T02:08:17.795Z||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-10-01T02:08:17.796Z||main|||||WARN|500||The sdc end point is not alive
2021-10-01T02:08:20.929Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-01T02:08:23.813Z||main|||||WARN|500||---
2021-10-01T02:08:23.813Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-01T02:08:23.813Z||main|||||WARN|500||---
2021-10-01T02:08:24.265Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-01T02:08:29.166Z||main|||||INFO|500||Started Application in 36.484 seconds (JVM running for 37.742)
2021-10-01T02:08:29.181Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-01T02:08:29.183Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-01T02:08:29.192Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-01T02:08:29.264Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-01T02:08:29.303Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b79f6459-e663-4d6d-b2a3-fc964ef60f5c url= /sdc/v1/artifactTypes
2021-10-01T02:08:29.303Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-01T02:08:29.568Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-01T02:08:29.583Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-01T02:08:29.602Z||scheduling-1|||||DEBUG|500||create keys
2021-10-01T02:08:29.609Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-01T02:08:29.633Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:08:29.652Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a7b862e4-2eb1-4097-8f82-effd48450532 url= /sdc/v1/registerForDistribution
2021-10-01T02:08:29.821Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a7b862e4-2eb1-4097-8f82-effd48450532 url= /sdc/v1/registerForDistribution
2021-10-01T02:08:29.821Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-01T02:08:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:08:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:08:29.836Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-01T02:08:29.836Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:08:29.837Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:08:29.837Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:08:29.837Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:08:40.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:08:40.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:09:29.828Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:09:29.829Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:09:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:09:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:09:29.831Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:09:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:09:39.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:09:39.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:10:29.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:10:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:10:29.833Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:10:29.834Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:10:29.834Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:10:29.835Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:10:39.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:10:39.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:11:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:11:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:11:29.832Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:11:29.832Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:11:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:11:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:11:39.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:11:39.380Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:12:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:12:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:12:29.830Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:12:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:12:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:12:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:12:39.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:12:39.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:13:29.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:13:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:13:29.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:13:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:13:29.832Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:13:29.833Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:13:39.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:13:39.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:14:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:14:29.830Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:14:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:14:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:14:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:14:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:14:39.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:14:39.377Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:15:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:15:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:15:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:15:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:15:29.831Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:15:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:15:39.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:15:39.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:16:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:16:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:16:29.832Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:16:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:16:29.833Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:16:29.833Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:16:39.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:16:39.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:17:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:17:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:17:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:17:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:17:29.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:17:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:17:39.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:17:39.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:18:12.775Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-01T02:18:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:18:29.830Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:18:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:18:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:18:29.830Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:18:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:18:39.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:18:39.377Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:19:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:19:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:19:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:19:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:19:29.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:19:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:19:39.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:19:39.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:20:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:20:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:20:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:20:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:20:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:20:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:20:39.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:20:39.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:21:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:21:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:21:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:21:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:21:29.831Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:21:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:21:39.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:21:39.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:22:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:22:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:22:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:22:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:22:29.830Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:22:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:22:39.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:22:39.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:23:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:23:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:23:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:23:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:23:29.831Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:23:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:23:39.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:23:39.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:24:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:24:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:24:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:24:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:24:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:24:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:24:39.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:24:39.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:25:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:25:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:25:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:25:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:25:29.831Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:25:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:25:39.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:25:39.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:26:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:26:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:26:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:26:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:26:29.830Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:26:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:26:39.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:26:39.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:27:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:27:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:27:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:27:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:27:29.831Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:27:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:27:39.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:27:39.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:28:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:28:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:28:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:28:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:28:29.830Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:28:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:28:39.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:28:39.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:29:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:29:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:29:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:29:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:29:29.831Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:29:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:29:39.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:29:39.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:30:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:30:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:30:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:30:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:30:29.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:30:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:30:39.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:30:39.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:31:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:31:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:31:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:31:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:31:29.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:31:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:31:39.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:31:39.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:32:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:32:29.828Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:32:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:32:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:32:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:32:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:32:39.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:32:39.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:33:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:33:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:33:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:33:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:33:29.830Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:33:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:33:39.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:33:39.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:34:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:34:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:34:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:34:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:34:29.830Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:34:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:34:39.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:34:39.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:35:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:35:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:35:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:35:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:35:29.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:35:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:35:39.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:35:39.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:36:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:36:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:36:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:36:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:36:29.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:36:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:36:39.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:36:39.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:37:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:37:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:37:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:37:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:37:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:37:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:37:39.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:37:39.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:38:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:38:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:38:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:38:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:38:29.830Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:38:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:38:39.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:38:39.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:39:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:39:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:39:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:39:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:39:29.831Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:39:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:39:39.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:39:39.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:40:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:40:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:40:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:40:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:40:29.831Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:40:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:40:39.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:40:39.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:41:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:41:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:41:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:41:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:41:29.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:41:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:41:39.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:41:39.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:42:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:42:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:42:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:42:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:42:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:42:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:42:39.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:42:39.375Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:43:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:43:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:43:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:43:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:43:29.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:43:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:43:39.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:43:39.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:44:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:44:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:44:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:44:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:44:29.831Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:44:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:44:39.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:44:39.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:45:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:45:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:45:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:45:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:45:29.831Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:45:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:45:39.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:45:39.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:46:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:46:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:46:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:46:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:46:29.831Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:46:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:46:39.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:46:39.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:47:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:47:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:47:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:47:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:47:29.830Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:47:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:47:39.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:47:39.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:48:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:48:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:48:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:48:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:48:29.830Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:48:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:48:39.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:48:39.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:49:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:49:29.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:49:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:49:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:49:29.831Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:49:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:49:39.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:49:39.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:50:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:50:29.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:50:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:50:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:50:29.831Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:50:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:50:39.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:50:39.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:51:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:51:29.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:51:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:51:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:51:29.831Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:51:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:51:39.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:51:39.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:52:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:52:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:52:29.830Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:52:29.830Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:52:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:52:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:52:39.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:52:39.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:53:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:53:29.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:53:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:53:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:53:29.831Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:53:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:53:39.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:53:39.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:54:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:54:29.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:54:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:54:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:54:29.831Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:54:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:54:39.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:54:39.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:55:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:55:29.830Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:55:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:55:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:55:29.831Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:55:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:55:39.372Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:55:39.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:56:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:56:29.829Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:56:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:56:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:56:29.831Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:56:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:56:39.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:56:39.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:57:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:57:29.829Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:57:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:57:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:57:29.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:57:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:57:39.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:57:39.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:58:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:58:29.829Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:58:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:58:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:58:29.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:58:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:58:39.372Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:58:39.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:59:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:59:29.829Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:59:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:59:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:59:29.830Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T02:59:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:59:39.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T02:59:39.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:00:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:00:29.829Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:00:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:00:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:00:29.830Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:00:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:00:39.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:00:39.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:01:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:01:29.829Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:01:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:01:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:01:29.830Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:01:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:01:39.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:01:39.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:02:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:02:29.829Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:02:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:02:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:02:29.830Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:02:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:02:39.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:02:39.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:03:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:03:29.829Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:03:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:03:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:03:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:03:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:03:39.376Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:03:39.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:04:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:04:29.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:04:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:04:29.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:04:29.832Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:04:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:04:39.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:04:39.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:05:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:05:29.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:05:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:05:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:05:29.830Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:05:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:05:39.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:05:39.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:06:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:06:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:06:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:06:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:06:29.830Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:06:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:06:39.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:06:39.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:07:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:07:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:07:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:07:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:07:29.830Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:07:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:07:39.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:07:39.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:08:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:08:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:08:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:08:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:08:29.830Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:08:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:08:39.370Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:08:39.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:09:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:09:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:09:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:09:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:09:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:09:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:09:39.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:09:39.374Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:10:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:10:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:10:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:10:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:10:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:10:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:10:39.370Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:10:39.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:11:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:11:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:11:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:11:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:11:29.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:11:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:11:39.375Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:11:39.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:12:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:12:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:12:29.830Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:12:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:12:29.831Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:12:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:12:39.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:12:39.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:13:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:13:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:13:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:13:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:13:29.830Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:13:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:13:39.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:13:39.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:14:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:14:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:14:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:14:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:14:29.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:14:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:14:39.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:14:39.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:15:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:15:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:15:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:15:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:15:29.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:15:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:15:39.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:15:39.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:16:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:16:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:16:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:16:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:16:29.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:16:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:16:39.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:16:39.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:17:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:17:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:17:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:17:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:17:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:17:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:17:39.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:17:39.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:18:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:18:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:18:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:18:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:18:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:18:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:18:39.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:18:39.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:19:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:19:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:19:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:19:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:19:29.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:19:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:19:39.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:19:39.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:20:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:20:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:20:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:20:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:20:29.831Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:20:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:20:39.368Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:20:39.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:21:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:21:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:21:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:21:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:21:29.830Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:21:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:21:39.403Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:21:39.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:22:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:22:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:22:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:22:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:22:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:22:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:22:39.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:22:39.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:23:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:23:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:23:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:23:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:23:29.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:23:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:23:39.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:23:39.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:24:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:24:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:24:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:24:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:24:29.831Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:24:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:24:39.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:24:39.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:25:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:25:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:25:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:25:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:25:29.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:25:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:25:39.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:25:39.369Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:26:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:26:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:26:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:26:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:26:29.830Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:26:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:26:39.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:26:39.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:27:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:27:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:27:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:27:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:27:29.831Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:27:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:27:39.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:27:39.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:28:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:28:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:28:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:28:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:28:29.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:28:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:28:39.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:28:39.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:29:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:29:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:29:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:29:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:29:29.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:29:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:29:39.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:29:39.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:30:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:30:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:30:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:30:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:30:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:30:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:30:39.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:30:39.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:31:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:31:29.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:31:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:31:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:31:29.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:31:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:31:39.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:31:39.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:32:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:32:29.828Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:32:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:32:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:32:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:32:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:32:39.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:32:39.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:33:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:33:29.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:33:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:33:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:33:29.830Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:33:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:33:39.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:33:39.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:34:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:34:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:34:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:34:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:34:29.830Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:34:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:34:39.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:34:39.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:35:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:35:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:35:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:35:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:35:29.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:35:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:35:39.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:35:39.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:36:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:36:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:36:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:36:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:36:29.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:36:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:36:39.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:36:39.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:37:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:37:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:37:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:37:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:37:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:37:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:37:39.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:37:39.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:38:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:38:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:38:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:38:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:38:29.831Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:38:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:38:39.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:38:39.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:39:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:39:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:39:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:39:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:39:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:39:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:39:39.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:39:39.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:40:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:40:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:40:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:40:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:40:29.830Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:40:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:40:39.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:40:39.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:41:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:41:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:41:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:41:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:41:29.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:41:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:41:39.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:41:39.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:42:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:42:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:42:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:42:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:42:29.831Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:42:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:42:39.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:42:39.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:43:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:43:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:43:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:43:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:43:29.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:43:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:43:39.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:43:39.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:44:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:44:29.829Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:44:29.829Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T03:44:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:44:29.831Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:44:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:44:39.372Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:44:39.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:45:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:45:29.829Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:45:29.829Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T03:45:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:45:29.830Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:45:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:45:39.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:45:39.372Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:46:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:46:29.829Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:46:29.829Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T03:46:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:46:29.830Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:46:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:46:39.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:46:39.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:47:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:47:29.829Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:47:29.829Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T03:47:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:47:29.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:47:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:47:39.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:47:39.369Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:48:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:48:29.829Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:48:29.829Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T03:48:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:48:29.830Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:48:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:48:39.372Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:48:39.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:49:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:49:29.829Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:49:29.829Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T03:49:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:49:29.830Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:49:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:49:39.370Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:49:39.370Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:50:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:50:29.829Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:50:29.829Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T03:50:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:50:29.830Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:50:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:50:39.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:50:39.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:51:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:51:29.829Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:51:29.829Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T03:51:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:51:29.830Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:51:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:51:39.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:51:39.370Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:52:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:52:29.829Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:52:29.829Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T03:52:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:52:29.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:52:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:52:39.368Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:52:39.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:53:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:53:29.829Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:53:29.829Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T03:53:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:53:29.831Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:53:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:53:39.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:53:39.370Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:54:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:54:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:54:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:54:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:54:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:54:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:54:39.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:54:39.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:55:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:55:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:55:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:55:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:55:29.830Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:55:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:55:39.368Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:55:39.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:56:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:56:29.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:56:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:56:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:56:29.830Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:56:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:56:39.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:56:39.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:57:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:57:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:57:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:57:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:57:29.831Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:57:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:57:39.370Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:57:39.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:58:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:58:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:58:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:58:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:58:29.830Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:58:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:58:39.367Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:58:39.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:59:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:59:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:59:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:59:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:59:29.830Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T03:59:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:59:39.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T03:59:39.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:00:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:00:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:00:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:00:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:00:29.830Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:00:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:00:39.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:00:39.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:01:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:01:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:01:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:01:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:01:29.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:01:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:01:39.365Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:01:39.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:02:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:02:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:02:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:02:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:02:29.831Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:02:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:02:39.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:02:39.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:03:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:03:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:03:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:03:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:03:29.830Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:03:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:03:39.366Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:03:39.370Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:04:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:04:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:04:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:04:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:04:29.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:04:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:04:39.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:04:39.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:05:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:05:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:05:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:05:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:05:29.830Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:05:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:05:39.366Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:05:39.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:06:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:06:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:06:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:06:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:06:29.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:06:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:06:39.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:06:39.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:07:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:07:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:07:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:07:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:07:29.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:07:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:07:39.370Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:07:39.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:08:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:08:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:08:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:08:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:08:29.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:08:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:08:39.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:08:39.377Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:09:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:09:29.829Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:09:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:09:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:09:29.830Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:09:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:09:39.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:09:39.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:10:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:10:29.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:10:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:10:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:10:29.831Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:10:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:10:39.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:10:39.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:11:29.828Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:11:29.829Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:11:29.829Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T04:11:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:11:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:11:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:11:39.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:11:39.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:12:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:12:29.828Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:12:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:12:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:12:29.830Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:12:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:12:39.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:12:39.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:13:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:13:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:13:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:13:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:13:29.830Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:13:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:13:39.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:13:39.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:14:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:14:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:14:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:14:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:14:29.830Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:14:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:14:39.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:14:39.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:15:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:15:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:15:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:15:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:15:29.831Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:15:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:15:39.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:15:39.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:16:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:16:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:16:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:16:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:16:29.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:16:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:16:39.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:16:39.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:17:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:17:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:17:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:17:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:17:29.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:17:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:17:39.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:17:39.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:18:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:18:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:18:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:18:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:18:29.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:18:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:18:39.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:18:39.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:19:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:19:29.828Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:19:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:19:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:19:29.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:19:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:19:39.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:19:39.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:20:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:20:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:20:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:20:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:20:29.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:20:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:20:39.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:20:39.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:21:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:21:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:21:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:21:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:21:29.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:21:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:21:39.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:21:39.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:22:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:22:29.828Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:22:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:22:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:22:29.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:22:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:22:39.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:22:39.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:23:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:23:29.828Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:23:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:23:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:23:29.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:23:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:23:39.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:23:39.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:24:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:24:29.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:24:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:24:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:24:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:24:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:24:39.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:24:39.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:25:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:25:29.828Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:25:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:25:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:25:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:25:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:25:39.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:25:39.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:26:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:26:29.828Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:26:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:26:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:26:29.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:26:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:26:39.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:26:39.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:27:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:27:29.829Z||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-10-01T04:27:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:27:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:27:29.831Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:27:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:27:39.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:27:39.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:28:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:28:29.829Z||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-10-01T04:28:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:28:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:28:29.830Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:28:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:28:39.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:28:39.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:29:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:29:29.829Z||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-10-01T04:29:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:29:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:29:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:29:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:29:39.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:29:39.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:30:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:30:29.829Z||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-10-01T04:30:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:30:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:30:29.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:30:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:30:39.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:30:39.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:31:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:31:29.828Z||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-10-01T04:31:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:31:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:31:29.830Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:31:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:31:39.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:31:39.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:32:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:32:29.829Z||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-10-01T04:32:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:32:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:32:29.831Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:32:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:32:39.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:32:39.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:33:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:33:29.828Z||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-10-01T04:33:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:33:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:33:29.830Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:33:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:33:39.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:33:39.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:34:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:34:29.829Z||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-10-01T04:34:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:34:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:34:29.830Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:34:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:34:39.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:34:39.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:35:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:35:29.829Z||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-10-01T04:35:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:35:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:35:29.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:35:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:35:39.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:35:39.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:36:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:36:29.828Z||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-10-01T04:36:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:36:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:36:29.830Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:36:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:36:39.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:36:39.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:37:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:37:29.828Z||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-10-01T04:37:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:37:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:37:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:37:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:37:39.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:37:39.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:38:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:38:29.828Z||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-10-01T04:38:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:38:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:38:29.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:38:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:38:39.367Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:38:39.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:39:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:39:29.828Z||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-10-01T04:39:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:39:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:39:29.830Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:39:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:39:39.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:39:39.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:40:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:40:29.829Z||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-10-01T04:40:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:40:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:40:29.831Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:40:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:40:39.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:40:39.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:41:29.828Z||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-10-01T04:41:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:41:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:41:29.830Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:41:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:41:30.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:30.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:30.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac63c509-0d6c-4516-93fe-552fff019be5","serviceName":"vFW 2021-10-01 04-38-33","serviceVersion":"1.0","serviceUUID":"993f9c9d-9ed8-414f-aa70-f5fbdc136431","serviceDescription":"catalog service description","serviceInvariantUUID":"19de2465-312a-41ed-a959-cb09a1d87f9e","resources":[{"resourceInstanceName":"vFW 9167d57d-d994 0","resourceName":"vFW 9167d57d-d994","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1db5b34-4125-41dd-8d0b-a12b6f57fbc2","resourceInvariantUUID":"e59ebb29-86f0-41e7-9fe5-ec6a0e5decfd","resourceCustomizationUUID":"bdb395dd-9818-453c-bab2-476e5941d0ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml","artifactChecksum":"MzhhMDAzNTI3NWY1NzVmMDc5YTJlNTYxMjgyMGY5ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd8b2963-9bc1-446a-a57f-03d355b670c0","artifactVersion":"1"},{"artifactName":"vfw9167d57dd9940_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json","artifactChecksum":"ZWFmMzNkNzY3MzVkZTMxNDI3ODAwODk2OTZiMmQ4ZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"77416ab1-f016-4342-b2e1-85bd783a16ea","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"082839bd-527a-4fb2-a1df-a6ed342278ec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml","artifactChecksum":"Y2Y0ODZkYzk5ZDg1Y2Q5ODhlMjJjYTlmZDY5NmRiOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1fd41e85-4fd6-45db-a539-0e5c89d2b950","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92","artifactVersion":"2","generatedFromUUID":"082839bd-527a-4fb2-a1df-a6ed342278ec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211001043833-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml","artifactChecksum":"NjRhYjk2MGNjMjZjZTZlZGM2NWY3YTY3MDc5OWIzNTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4a44766-8547-47e3-ac37-99b5886f04a5","artifactVersion":"1"},{"artifactName":"service-Vfw20211001043833-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar","artifactChecksum":"OGFmYmExM2JhNGRmZmVjYzkzNDAzYzQ3YjA3OGYyMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"083e0c91-db86-4c94-8628-0439638794da","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T04:41:30.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "cds",
"timestamp": 1633063279552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.496Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:30.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "dcae-sch",
"timestamp": 1633063282652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "cds",
"timestamp": 1633063279552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "dcae-sch",
"timestamp": 1633063282652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "cds",
"timestamp": 1633063279552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "dcae-sch",
"timestamp": 1633063282652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "aai-ml",
"timestamp": 1633063286642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "cds",
"timestamp": 1633063279552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "dcae-sch",
"timestamp": 1633063282652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063287030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "aai-ml",
"timestamp": 1633063286642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "cds",
"timestamp": 1633063279552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "dcae-sch",
"timestamp": 1633063282652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063287030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "NOTIFIED"
}
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "aai-ml",
"timestamp": 1633063286642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "cds",
"timestamp": 1633063279552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "dcae-sch",
"timestamp": 1633063282652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063287030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:41:30.530Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:30.553Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:30.554Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.654Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-10-01T04:41:30.657Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:30.658Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:30.667Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:30.667Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:31.570Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:31.571Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:31.573Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:31.573Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "NOTIFIED"
}
2021-10-01T04:41:31.673Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:31.674Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:31.675Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:31.685Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:31.685Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:32.573Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:32.574Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:32.576Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:32.576Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-01T04:41:32.676Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:32.677Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:32.677Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:32.687Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:32.688Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:33.576Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:33.577Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:33.579Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:33.580Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:33.680Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:33.680Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:33.680Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:33.690Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:33.690Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:34.580Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:34.582Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:34.584Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:34.584Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-01T04:41:34.684Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:34.685Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:34.685Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:34.695Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:34.695Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:35.584Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:35.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:35.587Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:35.588Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:41:35.688Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:35.689Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:35.689Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:35.698Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:35.699Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:36.588Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:36.589Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:36.591Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:36.591Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:41:36.691Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:36.692Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:36.692Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:36.701Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:36.701Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-01T04:41:37.593Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"serviceName": "vFW 2021-10-01 04-38-33",
"serviceVersion": "1.0",
"serviceUUID": "993f9c9d-9ed8-414f-aa70-f5fbdc136431",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "19de2465-312a-41ed-a959-cb09a1d87f9e",
"resources": [
{
"resourceInstanceName": "vFW 9167d57d-d994 0",
"resourceCustomizationUUID": "bdb395dd-9818-453c-bab2-476e5941d0ad",
"resourceName": "vFW 9167d57d-d994",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c1db5b34-4125-41dd-8d0b-a12b6f57fbc2",
"resourceInvariantUUID": "e59ebb29-86f0-41e7-9fe5-ec6a0e5decfd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9167d57dd9940_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"artifactChecksum": "ZWFmMzNkNzY3MzVkZTMxNDI3ODAwODk2OTZiMmQ4ZTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "77416ab1-f016-4342-b2e1-85bd783a16ea",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "082839bd-527a-4fb2-a1df-a6ed342278ec",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92",
"generatedFromUUID": "082839bd-527a-4fb2-a1df-a6ed342278ec"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211001043833-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"artifactChecksum": "OGFmYmExM2JhNGRmZmVjYzkzNDAzYzQ3YjA3OGYyMjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "083e0c91-db86-4c94-8628-0439638794da"
}
],
"workloadContext": "Production"
}
2021-10-01T04:41:37.595Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T04:41:37.595Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 993f9c9d-9ed8-414f-aa70-f5fbdc136431 ASDC
2021-10-01T04:41:37.702Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ac63c509-0d6c-4516-93fe-552fff019be5
ServiceName:vFW 2021-10-01 04-38-33
ServiceVersion:1.0
ServiceUUID:993f9c9d-9ed8-414f-aa70-f5fbdc136431
ServiceInvariantUUID:19de2465-312a-41ed-a959-cb09a1d87f9e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211001043833-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar
ArtifactUUID:083e0c91-db86-4c94-8628-0439638794da
ArtifactChecksum:OGFmYmExM2JhNGRmZmVjYzkzNDAzYzQ3YjA3OGYyMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9167d57d-d994 0
ResourceCustomizationUUID:bdb395dd-9818-453c-bab2-476e5941d0ad
ResourceInvariantUUID:e59ebb29-86f0-41e7-9fe5-ec6a0e5decfd
ResourceName:vFW 9167d57d-d994
ResourceType:VF
ResourceUUID:c1db5b34-4125-41dd-8d0b-a12b6f57fbc2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9167d57dd9940_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json
ArtifactUUID:77416ab1-f016-4342-b2e1-85bd783a16ea
ArtifactChecksum:ZWFmMzNkNzY3MzVkZTMxNDI3ODAwODk2OTZiMmQ4ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml
ArtifactUUID:082839bd-527a-4fb2-a1df-a6ed342278ec
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
ArtifactUUID:cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
ArtifactUUID:cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-01T04:41:37.702Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 993f9c9d-9ed8-414f-aa70-f5fbdc136431 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:41:37.997Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:41:37.998Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:41:37.999Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:41:37.999Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 083e0c91-db86-4c94-8628-0439638794da from URL: /sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:38.000Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:41:38.001Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:38.439Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:41:38.466Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar 083e0c91-db86-4c94-8628-0439638794da 98783
2021-10-01T04:41:38.468Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar ASDC sendASDCNotification
2021-10-01T04:41:38.468Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:38.469Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:41:38.470Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:38.471Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:38.471Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063298466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:41:38.572Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:38.572Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:38.573Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:38.584Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:38.584Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:39.472Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:41:39.473Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:41:39.474Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 083e0c91-db86-4c94-8628-0439638794da, URL: /sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar to file: /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:39.474Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211001043833-csar.csar
2021-10-01T04:41:39.704Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:39.704Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:40.425Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1051459929953333003/Definitions/service-Vfw20211001043833-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-10-01T04:41:43.127Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||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-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||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-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||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-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9167d57d-d994 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||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-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||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-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-01T04:41:43.144Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.145Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.148Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:43.148Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-01T04:41:43.150Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:41:43.157Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.157Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=79a62912-d48c-4816-8c0f-233d926bfa27
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f7ef355-625c-402c-a76f-ec89ce1075f1
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3798947a-ce05-4a0b-9d1f-695f0cd09f16
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-01 04-38-33
Description:catalog service description
Model UUID:993f9c9d-9ed8-414f-aa70-f5fbdc136431
Model Version:NULL
Model InvariantUuid:19de2465-312a-41ed-a959-cb09a1d87f9e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9167d57d-d994
Model UUID:de27cfad-72f9-40ea-b9a3-0cb0e239a6af
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e59ebb29-86f0-41e7-9fe5-ec6a0e5decfd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bdb395dd-9818-453c-bab2-476e5941d0ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2728b196-5e72-4224-8422-aff29981fce2
ModelName:Vfw9167d57dD994..base_vfw..module-0
ModelUuid:520d32b8-da14-437d-8828-1a2e170dcf4b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:79a62912-d48c-4816-8c0f-233d926bfa27
ModelInvariantUuid:3c7ee2c4-e1e4-4916-a3e5-19354873e17c
ModelName:vFW 9167d57d-d994-nodes.vfwCvfc
ModelUuid:42c0ebc5-8c82-4319-a4a3-40fc472f42ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:bf9eb67c-e10c-468c-b6c2-888c6568cea7
ModelInvariantUuid:f0ba30ff-d930-4d23-a9a6-d4a3bf375003
ModelName:Vfw9167d57dD994.compute.nodes.heat.vfw
ModelUuid:94cc462a-bf06-49a9-a1d4-edf643c62601
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4f7ef355-625c-402c-a76f-ec89ce1075f1
ModelInvariantUuid:66306f78-94f0-4d39-9fc1-87186f48bcb6
ModelName:vFW 9167d57d-d994-nodes.vsnCvfc
ModelUuid:d756d5e7-8a15-4bd1-859b-0d2840991252
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7b713d45-c4d6-4b95-b176-2f8c2ac08127
ModelInvariantUuid:6803b698-c76f-416d-b0ed-7f71c3621ffe
ModelName:Vfw9167d57dD994.compute.nodes.heat.vsn
ModelUuid:5c750a49-b545-481f-b1b2-56a0fcc78925
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3798947a-ce05-4a0b-9d1f-695f0cd09f16
ModelInvariantUuid:c2349564-4553-494e-bb3a-e9b8827e082c
ModelName:vFW 9167d57d-d994-nodes.vpgCvfc
ModelUuid:b0cabf7d-a303-470e-a1d8-5a1f39e64e61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2ff68a3f-d32e-4d96-87e9-4333bddea087
ModelInvariantUuid:b05f992d-40a9-4023-8f4d-0512914bce07
ModelName:Vfw9167d57dD994.compute.nodes.heat.vpg
ModelUuid:782e2078-c43e-44e6-bad8-1dd516462f90
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-01T04:41:43.185Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c1db5b34-4125-41dd-8d0b-a12b6f57fbc2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:41:43.291Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||vFW 9167d57d-d994 0
2021-10-01T04:41:43.302Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1db5b34-4125-41dd-8d0b-a12b6f57fbc2
2021-10-01T04:41:43.303Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 77416ab1-f016-4342-b2e1-85bd783a16ea from URL: /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json
2021-10-01T04:41:43.303Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:41:43.303Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json
2021-10-01T04:41:43.653Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:41:43.653Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json 77416ab1-f016-4342-b2e1-85bd783a16ea 785
2021-10-01T04:41:43.654Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json ASDC sendASDCNotification
2021-10-01T04:41:43.654Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json
2021-10-01T04:41:43.654Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:41:43.654Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:43.657Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:43.657Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063303654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:41:43.757Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T04:41:43.758Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:43.759Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:43.769Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:43.769Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:44.659Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9167d57dD994..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2728b196-5e72-4224-8422-aff29981fce2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "520d32b8-da14-437d-8828-1a2e170dcf4b",
"vfModuleModelCustomizationUUID": "0947919a-843d-4590-80a0-8075687cae8a",
"isBase": true,
"artifacts": [
"082839bd-527a-4fb2-a1df-a6ed342278ec",
"cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-01T04:41:44.687Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9167d57dD994..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:520d32b8-da14-437d-8828-1a2e170dcf4b
VfModuleModelInvariantUUID:2728b196-5e72-4224-8422-aff29981fce2
VfModuleModelDescription:NULL
Artifacts UUID List:{
082839bd-527a-4fb2-a1df-a6ed342278ec
,
cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-01T04:41:44.690Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9167d57dD994..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2728b196-5e72-4224-8422-aff29981fce2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "520d32b8-da14-437d-8828-1a2e170dcf4b",
"vfModuleModelCustomizationUUID": "0947919a-843d-4590-80a0-8075687cae8a",
"isBase": true,
"artifacts": [
"082839bd-527a-4fb2-a1df-a6ed342278ec",
"cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-01T04:41:44.690Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9167d57dD994..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:520d32b8-da14-437d-8828-1a2e170dcf4b
VfModuleModelInvariantUUID:2728b196-5e72-4224-8422-aff29981fce2
VfModuleModelDescription:NULL
Artifacts UUID List:{
082839bd-527a-4fb2-a1df-a6ed342278ec
,
cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-01T04:41:44.690Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 082839bd-527a-4fb2-a1df-a6ed342278ec from URL: /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml
2021-10-01T04:41:44.691Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:41:44.691Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml
2021-10-01T04:41:45.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:41:45.157Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml 082839bd-527a-4fb2-a1df-a6ed342278ec 20368
2021-10-01T04:41:45.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-01T04:41:45.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml
2021-10-01T04:41:45.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:41:45.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:45.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:45.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063305157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:41:45.261Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:45.262Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:45.263Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:45.272Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:45.273Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:46.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92 from URL: /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
2021-10-01T04:41:46.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:41:46.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
2021-10-01T04:41:46.625Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:41:46.626Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92 2098
2021-10-01T04:41:46.626Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-01T04:41:46.626Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
2021-10-01T04:41:46.626Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:41:46.626Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:46.629Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:46.629Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063306626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:41:46.729Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:46.730Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:46.730Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:46.741Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:46.742Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-01T04:41:47.629Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 993f9c9d-9ed8-414f-aa70-f5fbdc136431
2021-10-01T04:41:47.630Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9167d57d-d994 0 c1db5b34-4125-41dd-8d0b-a12b6f57fbc2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:41:47.664Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dbcedae, org.onap.sdc.toscaparser.api.parameters.Input@32103594, org.onap.sdc.toscaparser.api.parameters.Input@bf1c9eb, org.onap.sdc.toscaparser.api.parameters.Input@5e10c4e1, org.onap.sdc.toscaparser.api.parameters.Input@140b9310]
2021-10-01T04:41:47.667Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.667Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.667Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-10-01T04:41:47.667Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bdb395dd-9818-453c-bab2-476e5941d0ad
2021-10-01T04:41:47.667Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdb395dd-9818-453c-bab2-476e5941d0ad matches Tosca VF Customization UUID: bdb395dd-9818-453c-bab2-476e5941d0ad
2021-10-01T04:41:47.668Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bdb395dd-9818-453c-bab2-476e5941d0ad matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-01T04:41:47.673Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.673Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.674Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bdb395dd-9818-453c-bab2-476e5941d0ad: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-01T04:41:47.674Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@490e674a
2021-10-01T04:41:47.675Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.675Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:41:47.675Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0947919a-843d-4590-80a0-8075687cae8a
2021-10-01T04:41:47.676Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0947919a-843d-4590-80a0-8075687cae8a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-01T04:41:47.682Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.683Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.683Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:47.684Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.684Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.684Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:47.684Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.684Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:47.685Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:47.685Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:47.685Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-01T04:41:47.685Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-01T04:41:47.685Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-01T04:41:47.686Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.686Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.686Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-01T04:41:47.686Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.686Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-01T04:41:47.687Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.687Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=79a62912-d48c-4816-8c0f-233d926bfa27
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-01T04:41:47.697Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.697Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.698Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:47.698Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.698Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:47.698Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-01T04:41:47.700Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-01T04:41:47.700Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.700Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-01T04:41:47.700Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.700Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f7ef355-625c-402c-a76f-ec89ce1075f1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-01T04:41:47.703Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.703Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.703Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:47.705Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.705Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3798947a-ce05-4a0b-9d1f-695f0cd09f16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-01T04:41:47.709Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.709Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.709Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:47.709Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.710Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.710Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=bdb395dd-9818-453c-bab2-476e5941d0ad
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:41:47.711Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.711Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.712Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 993f9c9d-9ed8-414f-aa70-f5fbdc136431: vFW 9167d57d-d994
2021-10-01T04:41:47.712Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.712Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.712Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.713Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.713Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.713Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.713Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.714Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.714Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:41:47.714Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.714Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-10-01 04-38-33
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:41:48.028Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9167d57d-d994 c1db5b34-4125-41dd-8d0b-a12b6f57fbc2 1 ASDC deployResourceStructure
2021-10-01T04:41:48.028Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json ASDC sendASDCNotification
2021-10-01T04:41:48.028Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json
2021-10-01T04:41:48.029Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:41:48.029Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:48.030Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:48.030Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063308028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "DEPLOY_OK"
}
2021-10-01T04:41:48.131Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T04:41:48.131Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:48.131Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:48.140Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:48.141Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:49.032Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-01T04:41:49.033Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml
2021-10-01T04:41:49.033Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:41:49.033Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:49.036Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:49.036Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063309032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-01T04:41:49.137Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:49.137Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:49.138Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:49.146Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:49.147Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-01T04:41:50.038Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-01T04:41:50.038Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
2021-10-01T04:41:50.039Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:41:50.039Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:50.041Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:50.041Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063310038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-01T04:41:50.141Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:50.142Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:50.143Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:50.153Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:50.153Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:51.042Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar ASDC sendASDCNotification
2021-10-01T04:41:51.043Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:51.043Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:41:51.044Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:51.046Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:51.047Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063311042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:41:51.147Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:51.147Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:41:51.148Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:51.157Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:41:51.158Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:52.048Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:41:52.076Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:41:52.079Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:41:52.079Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:41:52.080Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:42:22.080Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:42:22.091Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:42:22.094Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:42:22.094Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:42:22.094Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:42:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:42:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:42:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:42:29.853Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:42:29.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:42:29.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "aai-ml",
"timestamp": 1633063286642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:42:29.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:42:52.094Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:42:52.106Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:42:52.109Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:42:52.109Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:42:52.109Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:43:22.110Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:43:22.120Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:43:22.123Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:43:22.123Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:43:22.123Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:43:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:43:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:43:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:43:29.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:43:29.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:43:29.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "cds",
"timestamp": 1633063279552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:43:29.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:43:52.123Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:43:52.134Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:43:52.136Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:43:52.137Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:43:52.137Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:44:22.137Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:44:22.147Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:44:22.149Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:44:22.150Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:44:22.150Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:44:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:44:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:44:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:44:29.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:44:29.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "dcae-sch",
"timestamp": 1633063282652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063287030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063290546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "aai-ml",
"timestamp": 1633063286642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063287030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "cds",
"timestamp": 1633063292076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063290546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "aai-ml",
"timestamp": 1633063286642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063287030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "cds",
"timestamp": 1633063293090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:44:29.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:44:29.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063290546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "aai-ml",
"timestamp": 1633063286642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "policy-id",
"timestamp": 1633063292656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063287030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063290546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "policy-id",
"timestamp": 1633063292656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "aai-ml",
"timestamp": 1633063295050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063290546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063295314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "policy-id",
"timestamp": 1633063292656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063295455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063290546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "policy-id",
"timestamp": 1633063292656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063289828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063296935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063295455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063290546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "policy-id",
"timestamp": 1633063292656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063295455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063298254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "policy-id",
"timestamp": 1633063292656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063298466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063295455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "policy-id",
"timestamp": 1633063292656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063295455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063300153,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:44:29.893Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.893Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:44:29.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "policy-id",
"timestamp": 1633063300945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063295455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063301157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "DEPLOY_OK"
}
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "clamp",
"timestamp": 1633063301073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "policy-id",
"timestamp": 1633063301952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063295455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "clamp",
"timestamp": 1633063301073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "policy-id",
"timestamp": 1633063302959,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:44:29.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-01T04:44:29.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063303573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.916Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063303654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "clamp",
"timestamp": 1633063301073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "clamp",
"timestamp": 1633063301073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063305157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "clamp",
"timestamp": 1633063301073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "aai-ml",
"timestamp": 1633063305850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063306626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "clamp",
"timestamp": 1633063301073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "aai-ml",
"timestamp": 1633063306855,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:44:29.923Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.924Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:44:29.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "clamp",
"timestamp": 1633063301073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:44:29.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063308028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
"status": "DEPLOY_OK"
}
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063308104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063309032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063309110,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:44:29.938Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.938Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:44:29.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063310038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-01T04:44:29.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063311042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "clamp",
"timestamp": 1633063323955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "clamp",
"timestamp": 1633063325929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:44:29.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "clamp",
"timestamp": 1633063326932,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:44:29.954Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.954Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:44:52.150Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:44:52.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:44:52.165Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:44:52.167Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:44:52.167Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:44:52.167Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:44:52.167Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:44:52.172Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T04:45:22.173Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-01T04:45:22.182Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac63c509-0d6c-4516-93fe-552fff019be5 and serviceModelVersionId: 993f9c9d-9ed8-414f-aa70-f5fbdc136431
2021-10-01T04:45:22.182Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19de2465-312a-41ed-a959-cb09a1d87f9e
2021-10-01T04:45:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:45:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:45:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:45:30.358Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:30.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063347030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063355455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "cds",
"timestamp": 1633063354552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063350546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "policy-id",
"timestamp": 1633063352656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063347030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "cds",
"timestamp": 1633063354552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063355455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063350546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "policy-id",
"timestamp": 1633063352656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063347030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063350546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "cds",
"timestamp": 1633063354552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063355455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "policy-id",
"timestamp": 1633063352656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063347030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063350546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "cds",
"timestamp": 1633063354552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063355455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "policy-id",
"timestamp": 1633063352656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063350546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "cds",
"timestamp": 1633063354552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063347030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063355455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "policy-id",
"timestamp": 1633063352656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "clamp",
"timestamp": 1633063361073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063347030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "cds",
"timestamp": 1633063354552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063350546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063355455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "policy-id",
"timestamp": 1633063352656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "clamp",
"timestamp": 1633063361073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063347030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "cds",
"timestamp": 1633063354552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063350546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063355455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "policy-id",
"timestamp": 1633063352656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "dcae-sch",
"timestamp": 1633063362652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "clamp",
"timestamp": 1633063361073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "dcae-sch",
"timestamp": 1633063362652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063364457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "cds",
"timestamp": 1633063364463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "policy-id",
"timestamp": 1633063364510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063364559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "clamp",
"timestamp": 1633063361073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "dcae-sch",
"timestamp": 1633063362652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "cds",
"timestamp": 1633063365468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:45:30.390Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.390Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:45:30.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "policy-id",
"timestamp": 1633063365513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "clamp",
"timestamp": 1633063361073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063365775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "dcae-sch",
"timestamp": 1633063362652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "policy-id",
"timestamp": 1633063366516,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:45:30.406Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.407Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:45:30.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063366619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "clamp",
"timestamp": 1633063361073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063367141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "dcae-sch",
"timestamp": 1633063362652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633063367622,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:45:30.421Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.422Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:45:30.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "clamp",
"timestamp": 1633063361073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063368156,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:45:30.436Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.436Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "dcae-sch",
"timestamp": 1633063362652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633063369160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "dcae-sch",
"timestamp": 1633063362652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "aai-ml",
"timestamp": 1633063376642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "aai-ml",
"timestamp": 1633063376642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "aai-ml",
"timestamp": 1633063376642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "clamp",
"timestamp": 1633063379921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "aai-ml",
"timestamp": 1633063376642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "aai-ml",
"timestamp": 1633063376642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "clamp",
"timestamp": 1633063381929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "aai-ml",
"timestamp": 1633063376642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "clamp",
"timestamp": 1633063382932,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:45:30.487Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "aai-ml",
"timestamp": 1633063376642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "aai-ml",
"timestamp": 1633063384665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "aai-ml",
"timestamp": 1633063391046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:45:30.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "aai-ml",
"timestamp": 1633063392050,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:45:30.504Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.504Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:45:45.144Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0
2021-10-01T04:45:45.315Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T04:45:45.870Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|INFO|500||Invoke
2021-10-01T04:45:45.876Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac63c509-0d6c-4516-93fe-552fff019be5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ccc1faba-766c-485e-a04e-4eb080e145bc], X-ECOMP-RequestID=[ac63c509-0d6c-4516-93fe-552fff019be5], X-TransactionId=[], X-ONAP-RequestID=[ac63c509-0d6c-4516-93fe-552fff019be5], Content-Type=[application/merge-patch+json]}
2021-10-01T04:45:46.444Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-01T04:45:46.757Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211001-04:45:46:487-81967], vertex-id=[163896], Content-Length=[0], Date=[Fri, 01 Oct 2021 04:45:46 GMT], Content-Type=[application/json]}
2021-10-01T04:45:46.758Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-01T04:45:46.758Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|INFO|500||InvokeReturn
2021-10-01T04:45:46.761Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T04:45:46.762Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:45:46.765Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-01T04:45:46.766Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac63c509-0d6c-4516-93fe-552fff019be5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T04:45:46.767Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T04:45:46.767Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:46.768Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:46.769Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063546766,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:45:46.869Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:46.870Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:45:46.870Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:46.878Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:46.879Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T04:45:47.783Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:45:47.784Z|ac63c509-0d6c-4516-93fe-552fff019be5|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-10-01T04:45:47.784Z|ac63c509-0d6c-4516-93fe-552fff019be5|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:45:52.082Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:52.084Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-01T04:45:52.084Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3441637e-9c53-4bdb-b946-fdb6af09d0a8","serviceName":"basic_onboard_mkfWrb","serviceVersion":"1.0","serviceUUID":"6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7","serviceDescription":"service","serviceInvariantUUID":"a557ce90-d26e-4916-8f67-d7c18b5bc81f","resources":[{"resourceInstanceName":"basic_onboard_mkfWrb 0","resourceName":"basic_onboard_mkfWrb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4da17963-f6fe-4a06-a1cf-28c1683ff775","resourceInvariantUUID":"2ceb0d55-3070-48ea-b7db-b80e44673b1f","resourceCustomizationUUID":"73489335-d56b-49a3-a82b-d5323536a156","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml","artifactChecksum":"MWIzNmZhZDgxYWUxYmY5OTRlZmY1MjZmYmVhODBlZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6c71fc5-9271-4697-8f2a-bb39e5497229","artifactVersion":"1"},{"artifactName":"basic_onboard_mkfwrb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json","artifactChecksum":"Y2RjNmMxNjcwNWQ0ZTRhMTFiOGVkYTIwYjA0ZmM2Mzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51b0f5db-b8c9-4091-b717-045b6fdb4726","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4bff597a-3957-4d08-9cdd-fe06e8d6c81e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6b5b66dd-7d4e-480f-a898-dd1e25a953d5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f23f4220-7324-45dc-9114-0dee4d88dc54","artifactVersion":"2","generatedFromUUID":"4bff597a-3957-4d08-9cdd-fe06e8d6c81e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMkfwrb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml","artifactChecksum":"NDk5YWEyYmEwNTIxODRiZjYxOTkwMjU4MGFmZmVkODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"529037f9-8607-42d8-8455-d4753acbbe18","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMkfwrb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar","artifactChecksum":"ZTg3NzY2ZTQyZTg4ZGQ4YmFmNTc0NDEyYzIwYTJjZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"266e4d29-7a13-482b-b91f-e89bc15d2c3c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T04:45:52.087Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:52.088Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:52.090Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:52.090Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:52.190Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:52.191Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:45:52.191Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:52.200Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:52.200Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:53.090Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:53.091Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:53.093Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:53.093Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "NOTIFIED"
}
2021-10-01T04:45:53.193Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:53.194Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:45:53.194Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:53.203Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:53.203Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:54.095Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:54.096Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:54.097Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:54.097Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-01T04:45:54.198Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:54.199Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:45:54.199Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:54.208Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:54.208Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:55.098Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:55.099Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:55.101Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:55.101Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:55.203Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T04:45:55.204Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:45:55.204Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:55.218Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:55.219Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:56.103Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:56.104Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:56.107Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:56.107Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-01T04:45:56.207Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:56.208Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:45:56.208Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:56.218Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:56.219Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:57.108Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:57.109Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:57.110Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:57.111Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:45:57.211Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:57.211Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:45:57.211Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:57.221Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:57.221Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:58.111Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:58.112Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:58.113Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:58.114Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:45:58.214Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:58.215Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:45:58.215Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:58.225Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:58.226Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:59.116Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"serviceName": "basic_onboard_mkfWrb",
"serviceVersion": "1.0",
"serviceUUID": "6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7",
"serviceDescription": "service",
"serviceInvariantUUID": "a557ce90-d26e-4916-8f67-d7c18b5bc81f",
"resources": [
{
"resourceInstanceName": "basic_onboard_mkfWrb 0",
"resourceCustomizationUUID": "73489335-d56b-49a3-a82b-d5323536a156",
"resourceName": "basic_onboard_mkfWrb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4da17963-f6fe-4a06-a1cf-28c1683ff775",
"resourceInvariantUUID": "2ceb0d55-3070-48ea-b7db-b80e44673b1f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mkfwrb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"artifactChecksum": "Y2RjNmMxNjcwNWQ0ZTRhMTFiOGVkYTIwYjA0ZmM2Mzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "51b0f5db-b8c9-4091-b717-045b6fdb4726",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4bff597a-3957-4d08-9cdd-fe06e8d6c81e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f23f4220-7324-45dc-9114-0dee4d88dc54",
"generatedFromUUID": "4bff597a-3957-4d08-9cdd-fe06e8d6c81e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f23f4220-7324-45dc-9114-0dee4d88dc54",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMkfwrb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"artifactChecksum": "ZTg3NzY2ZTQyZTg4ZGQ4YmFmNTc0NDEyYzIwYTJjZWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "266e4d29-7a13-482b-b91f-e89bc15d2c3c"
}
],
"workloadContext": "Production"
}
2021-10-01T04:45:59.116Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T04:45:59.116Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7 ASDC
2021-10-01T04:45:59.117Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3441637e-9c53-4bdb-b946-fdb6af09d0a8
ServiceName:basic_onboard_mkfWrb
ServiceVersion:1.0
ServiceUUID:6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7
ServiceInvariantUUID:a557ce90-d26e-4916-8f67-d7c18b5bc81f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMkfwrb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar
ArtifactUUID:266e4d29-7a13-482b-b91f-e89bc15d2c3c
ArtifactChecksum:ZTg3NzY2ZTQyZTg4ZGQ4YmFmNTc0NDEyYzIwYTJjZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mkfWrb 0
ResourceCustomizationUUID:73489335-d56b-49a3-a82b-d5323536a156
ResourceInvariantUUID:2ceb0d55-3070-48ea-b7db-b80e44673b1f
ResourceName:basic_onboard_mkfWrb
ResourceType:VF
ResourceUUID:4da17963-f6fe-4a06-a1cf-28c1683ff775
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mkfwrb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json
ArtifactUUID:51b0f5db-b8c9-4091-b717-045b6fdb4726
ArtifactChecksum:Y2RjNmMxNjcwNWQ0ZTRhMTFiOGVkYTIwYjA0ZmM2Mzg=
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/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4bff597a-3957-4d08-9cdd-fe06e8d6c81e
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/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
ArtifactUUID:f23f4220-7324-45dc-9114-0dee4d88dc54
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/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
ArtifactUUID:f23f4220-7324-45dc-9114-0dee4d88dc54
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-01T04:45:59.117Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T04:45:59.153Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:45:59.154Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:45:59.154Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:45:59.154Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 266e4d29-7a13-482b-b91f-e89bc15d2c3c from URL: /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:45:59.154Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:45:59.154Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:45:59.632Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:45:59.639Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar 266e4d29-7a13-482b-b91f-e89bc15d2c3c 71376
2021-10-01T04:45:59.639Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar ASDC sendASDCNotification
2021-10-01T04:45:59.639Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:45:59.639Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:45:59.640Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:59.641Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:59.641Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063559639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:45:59.741Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:59.742Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:45:59.742Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:59.751Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:45:59.751Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:00.642Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:46:00.643Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:46:00.643Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 266e4d29-7a13-482b-b91f-e89bc15d2c3c, URL: /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar to file: /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:00.644Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:00.644Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:00.644Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:00.956Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16281466034710404710/Definitions/service-BasicOnboardMkfwrb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||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-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||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-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||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-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||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-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||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-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mkfWrb 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-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||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-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is not matching search criteria
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is not matching search criteria
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d3782257-663d-4887-8b7e-85324b73e579
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.258Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mkfWrb
Description:service
Model UUID:6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7
Model Version:NULL
Model InvariantUuid:a557ce90-d26e-4916-8f67-d7c18b5bc81f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_mkfWrb
Model UUID:92ccaba9-835b-4ace-81cb-70b31a9421d5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2ceb0d55-3070-48ea-b7db-b80e44673b1f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:73489335-d56b-49a3-a82b-d5323536a156
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a1e7e4f7-c979-4204-95c2-4ae322b30f6e
ModelName:BasicOnboardMkfwrb..base_ubuntu18..module-0
ModelUuid:56c69b50-5f8a-4242-b1eb-76312fef313b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d3782257-663d-4887-8b7e-85324b73e579
ModelInvariantUuid:58af745e-7f42-4459-9090-79e7ddf76213
ModelName:basic_onboard_mkfWrb-nodes.ubuntu18Cvfc
ModelUuid:0d00b390-32e7-4a8c-9174-75381be8d770
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4bf1c1a9-58b7-4075-a71d-62dc40faa102
ModelInvariantUuid:5b347555-67da-45d1-ac3a-1d04d23f43d4
ModelName:BasicOnboardMkfwrb.compute.nodes.heat.ubuntu18
ModelUuid:1ebca1d1-c606-446c-a6bd-4c8d9e99a012
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-01T04:46:02.263Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4da17963-f6fe-4a06-a1cf-28c1683ff775
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:46:02.265Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||basic_onboard_mkfWrb 0
2021-10-01T04:46:02.265Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4da17963-f6fe-4a06-a1cf-28c1683ff775
2021-10-01T04:46:02.266Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 51b0f5db-b8c9-4091-b717-045b6fdb4726 from URL: /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json
2021-10-01T04:46:02.266Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:46:02.266Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json
2021-10-01T04:46:02.963Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:46:02.964Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json 51b0f5db-b8c9-4091-b717-045b6fdb4726 798
2021-10-01T04:46:02.964Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json ASDC sendASDCNotification
2021-10-01T04:46:02.964Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json
2021-10-01T04:46:02.965Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:46:02.965Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:02.968Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:02.968Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063562964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:46:03.068Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:46:03.069Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:46:03.069Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:03.083Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:46:03.084Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:03.968Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMkfwrb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a1e7e4f7-c979-4204-95c2-4ae322b30f6e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56c69b50-5f8a-4242-b1eb-76312fef313b",
"vfModuleModelCustomizationUUID": "c147679b-e0cd-4de5-88ce-46f1d3625746",
"isBase": true,
"artifacts": [
"4bff597a-3957-4d08-9cdd-fe06e8d6c81e",
"f23f4220-7324-45dc-9114-0dee4d88dc54"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-01T04:46:03.973Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMkfwrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56c69b50-5f8a-4242-b1eb-76312fef313b
VfModuleModelInvariantUUID:a1e7e4f7-c979-4204-95c2-4ae322b30f6e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bff597a-3957-4d08-9cdd-fe06e8d6c81e
,
f23f4220-7324-45dc-9114-0dee4d88dc54
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-01T04:46:03.976Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMkfwrb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a1e7e4f7-c979-4204-95c2-4ae322b30f6e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56c69b50-5f8a-4242-b1eb-76312fef313b",
"vfModuleModelCustomizationUUID": "c147679b-e0cd-4de5-88ce-46f1d3625746",
"isBase": true,
"artifacts": [
"4bff597a-3957-4d08-9cdd-fe06e8d6c81e",
"f23f4220-7324-45dc-9114-0dee4d88dc54"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-01T04:46:03.976Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMkfwrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56c69b50-5f8a-4242-b1eb-76312fef313b
VfModuleModelInvariantUUID:a1e7e4f7-c979-4204-95c2-4ae322b30f6e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bff597a-3957-4d08-9cdd-fe06e8d6c81e
,
f23f4220-7324-45dc-9114-0dee4d88dc54
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-01T04:46:03.977Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4bff597a-3957-4d08-9cdd-fe06e8d6c81e from URL: /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml
2021-10-01T04:46:03.977Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:46:03.977Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml
2021-10-01T04:46:04.460Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:46:04.460Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml 4bff597a-3957-4d08-9cdd-fe06e8d6c81e 5033
2021-10-01T04:46:04.460Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-01T04:46:04.460Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml
2021-10-01T04:46:04.460Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:46:04.461Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:04.463Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:04.463Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063564460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:46:04.563Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:46:04.564Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:46:04.564Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:04.572Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:46:04.572Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:05.464Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f23f4220-7324-45dc-9114-0dee4d88dc54 from URL: /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
2021-10-01T04:46:05.464Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:46:05.465Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
2021-10-01T04:46:05.589Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:46:05.589Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env f23f4220-7324-45dc-9114-0dee4d88dc54 909
2021-10-01T04:46:05.589Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-01T04:46:05.590Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
2021-10-01T04:46:05.590Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:46:05.590Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:05.591Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:05.592Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063565589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:46:05.692Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:46:05.693Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:46:05.693Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:05.702Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:46:05.703Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:06.592Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7
2021-10-01T04:46:06.593Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mkfWrb 0 4da17963-f6fe-4a06-a1cf-28c1683ff775 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:46:06.607Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7594f94, org.onap.sdc.toscaparser.api.parameters.Input@578d198d, org.onap.sdc.toscaparser.api.parameters.Input@4cdf376c, org.onap.sdc.toscaparser.api.parameters.Input@11a7edd, org.onap.sdc.toscaparser.api.parameters.Input@4c72a485]
2021-10-01T04:46:06.608Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.609Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.609Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-10-01T04:46:06.609Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 73489335-d56b-49a3-a82b-d5323536a156
2021-10-01T04:46:06.609Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73489335-d56b-49a3-a82b-d5323536a156 matches Tosca VF Customization UUID: 73489335-d56b-49a3-a82b-d5323536a156
2021-10-01T04:46:06.609Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 73489335-d56b-49a3-a82b-d5323536a156 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-01T04:46:06.611Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.611Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 73489335-d56b-49a3-a82b-d5323536a156: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a2db5b1
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c147679b-e0cd-4de5-88ce-46f1d3625746
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c147679b-e0cd-4de5-88ce-46f1d3625746
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-01T04:46:06.614Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.614Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:06.615Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:06.615Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.615Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:06.615Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:06.615Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.616Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is not matching search criteria
2021-10-01T04:46:06.616Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-01T04:46:06.616Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-01T04:46:06.616Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d3782257-663d-4887-8b7e-85324b73e579
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-01T04:46:06.618Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.618Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:06.618Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:06.619Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.619Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:06.619Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=73489335-d56b-49a3-a82b-d5323536a156
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:46:06.620Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.620Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7: basic_onboard_mkfWrb
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.622Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.622Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:46:06.622Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.622Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_mkfWrb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:46:06.680Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mkfWrb 4da17963-f6fe-4a06-a1cf-28c1683ff775 1 ASDC deployResourceStructure
2021-10-01T04:46:06.680Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json ASDC sendASDCNotification
2021-10-01T04:46:06.680Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json
2021-10-01T04:46:06.680Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:46:06.680Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:06.682Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:06.682Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063566680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-01T04:46:06.783Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T04:46:06.784Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:46:06.784Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:06.794Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:46:06.794Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:07.683Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-01T04:46:07.684Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml
2021-10-01T04:46:07.684Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:46:07.684Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:07.687Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:07.687Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063567683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-01T04:46:07.787Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:46:07.788Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:46:07.789Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:07.798Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:46:07.799Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:08.688Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-01T04:46:08.689Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
2021-10-01T04:46:08.689Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:46:08.689Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:08.691Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:08.691Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063568688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-01T04:46:08.791Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T04:46:08.792Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:46:08.792Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:08.801Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:46:08.802Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:09.692Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar ASDC sendASDCNotification
2021-10-01T04:46:09.693Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:09.693Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:46:09.693Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:09.694Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:09.695Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063569692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:46:09.795Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:46:09.795Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:46:09.795Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:09.804Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:46:09.805Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:10.695Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3441637e-9c53-4bdb-b946-fdb6af09d0a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:46:10.708Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3441637e-9c53-4bdb-b946-fdb6af09d0a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:46:10.711Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:46:10.717Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T04:46:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:46:29.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:46:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:46:30.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:46:30.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063546766,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:46:30.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "NOTIFIED"
}
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063547783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063559639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063562964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063564460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063565589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063566680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063567683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063568688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063569692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:40.718Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-01T04:46:40.723Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and serviceModelVersionId: 6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7
2021-10-01T04:46:40.723Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a557ce90-d26e-4916-8f67-d7c18b5bc81f
2021-10-01T04:46:40.724Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0
2021-10-01T04:46:40.729Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T04:46:40.774Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-01T04:46:40.775Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0|INFO|500||Invoke
2021-10-01T04:46:40.813Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-01T04:46:41.127Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0|INFO|500||InvokeReturn
2021-10-01T04:46:41.127Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211001-04:46:40:821-11909], vertex-id=[159824], Content-Length=[0], Date=[Fri, 01 Oct 2021 04:46:40 GMT], Content-Type=[application/json]}
2021-10-01T04:46:41.128Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-01T04:46:41.128Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T04:46:41.128Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:46:41.132Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-01T04:46:41.133Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T04:46:41.133Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T04:46:41.134Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:41.136Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:41.137Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063601133,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:46:41.236Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T04:46:41.237Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:46:41.238Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:41.250Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:46:41.250Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T04:46:42.150Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:46:42.150Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:46:42.150Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:46:51.687Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:46:51.688Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:46:51.688Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:46:51.688Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:47:01.224Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:47:01.225Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:47:01.225Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:47:01.225Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:47:10.760Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:47:10.761Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:47:10.761Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:47:10.762Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:47:20.296Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:47:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:47:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:47:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:47:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:47:29.830Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:47:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:47:30.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:47:30.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:47:30.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633063601133,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:47:30.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:47:39.366Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:48:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:48:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:48:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:48:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:48:29.830Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:48:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:48:39.371Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:48:39.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:49:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:49:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:49:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:49:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:49:29.830Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:49:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:49:39.366Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:49:39.366Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:50:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:50:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:50:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:50:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:50:29.830Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:50:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:50:39.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:50:39.371Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:51:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:51:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:51:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:51:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:51:29.830Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:51:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:51:39.368Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:51:39.370Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:52:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:52:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:52:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:52:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:52:29.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:52:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:52:39.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:52:39.371Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:53:29.828Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:53:29.829Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:53:29.829Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T04:53:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:53:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:53:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:53:30.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:53:30.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "clamp",
"timestamp": 1633063991073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063990546,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "policy-id",
"timestamp": 1633063992656,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "clamp",
"timestamp": 1633063991073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1633063990546,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "policy-id",
"timestamp": 1633063992656,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "policy-id",
"timestamp": 1633063999807,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "cds",
"timestamp": 1633063999552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "policy-id",
"timestamp": 1633064000810,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:53:30.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "cds",
"timestamp": 1633063999552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:53:30.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "policy-id",
"timestamp": 1633064001813,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:53:30.185Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58b8eb35-150e-4907-aebb-9a32905fc0d2
2021-10-01T04:53:30.185Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58b8eb35-150e-4907-aebb-9a32905fc0d2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:53:30.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "dcae-sch",
"timestamp": 1633064002652,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "cds",
"timestamp": 1633064003471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "dcae-sch",
"timestamp": 1633064002652,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "cds",
"timestamp": 1633064004476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:53:30.199Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58b8eb35-150e-4907-aebb-9a32905fc0d2
2021-10-01T04:53:30.199Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58b8eb35-150e-4907-aebb-9a32905fc0d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:53:30.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "clamp",
"timestamp": 1633064007036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:53:30.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:53:30.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "aai-ml",
"timestamp": 1633064006642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633064007030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "aai-ml",
"timestamp": 1633064006642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633064007030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "clamp",
"timestamp": 1633064009037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:53:30.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:53:30.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"58b8eb35-150e-4907-aebb-9a32905fc0d2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"438e80e5-1367-4359-901c-d5b03b986ab1","serviceDescription":"service","serviceInvariantUUID":"159f479f-4813-40e9-b406-c4ed99618346","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cc7c2552-ae0f-43bf-a0bf-0cbe0368cefc","resourceInvariantUUID":"07f766a6-be50-4522-b518-a5ea143e87af","resourceCustomizationUUID":"614585c0-8349-4664-98ef-9bac079c8e70","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MjM5ZGM1OTlhNGI5NjgwMzhhZTE3MmZiYjQxMGEyZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"549d5711-f985-432a-905e-fd5df27d28d0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTJjZDI5YjgxYmE4Mzk4MzZiNzZiM2Q3MDkzZjlhMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c05257fa-5f0d-49df-b108-e2e607845b25","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T04:53:30.455Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:53:30.456Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:53:30.458Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:53:30.458Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064009828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.558Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:53:30.559Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:53:30.559Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:53:30.567Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:53:30.568Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:53:31.459Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:53:31.460Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:53:31.463Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:53:31.463Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064009828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:53:31.563Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:53:31.564Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:53:31.564Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:53:31.572Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:53:31.572Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:53:32.464Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "438e80e5-1367-4359-901c-d5b03b986ab1",
"serviceDescription": "service",
"serviceInvariantUUID": "159f479f-4813-40e9-b406-c4ed99618346",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "614585c0-8349-4664-98ef-9bac079c8e70",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "cc7c2552-ae0f-43bf-a0bf-0cbe0368cefc",
"resourceInvariantUUID": "07f766a6-be50-4522-b518-a5ea143e87af",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "OTJjZDI5YjgxYmE4Mzk4MzZiNzZiM2Q3MDkzZjlhMWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c05257fa-5f0d-49df-b108-e2e607845b25"
}
],
"workloadContext": "Production"
}
2021-10-01T04:53:32.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T04:53:32.464Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 438e80e5-1367-4359-901c-d5b03b986ab1 ASDC
2021-10-01T04:53:32.465Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:58b8eb35-150e-4907-aebb-9a32905fc0d2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:438e80e5-1367-4359-901c-d5b03b986ab1
ServiceInvariantUUID:159f479f-4813-40e9-b406-c4ed99618346
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:c05257fa-5f0d-49df-b108-e2e607845b25
ArtifactChecksum:OTJjZDI5YjgxYmE4Mzk4MzZiNzZiM2Q3MDkzZjlhMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:614585c0-8349-4664-98ef-9bac079c8e70
ResourceInvariantUUID:07f766a6-be50-4522-b518-a5ea143e87af
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:cc7c2552-ae0f-43bf-a0bf-0cbe0368cefc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-01T04:53:32.465Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 438e80e5-1367-4359-901c-d5b03b986ab1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c05257fa-5f0d-49df-b108-e2e607845b25 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-01T04:53:32.664Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:53:32.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c05257fa-5f0d-49df-b108-e2e607845b25 52178
2021-10-01T04:53:32.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-01T04:53:32.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-01T04:53:32.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:53:32.668Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:53:32.670Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:53:32.670Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064012667,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:53:32.771Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:53:32.771Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:53:32.772Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:53:32.780Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:53:32.781Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:53:33.670Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:53:33.671Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:53:33.672Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c05257fa-5f0d-49df-b108-e2e607845b25, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:33.672Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-01T04:53:33.672Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:33.672Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:33.750Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10908517530060722384/Definitions/service-BasicNetwork-template.yml
2021-10-01T04:53:34.160Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T04:53:34.160Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T04:53:34.160Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.160Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:438e80e5-1367-4359-901c-d5b03b986ab1
Model Version:NULL
Model InvariantUuid:159f479f-4813-40e9-b406-c4ed99618346
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:07f766a6-be50-4522-b518-a5ea143e87af
Model UUID:cceaaaf1-8e03-447d-9a92-63656652801c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:614585c0-8349-4664-98ef-9bac079c8e70
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-01T04:53:34.168Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: cc7c2552-ae0f-43bf-a0bf-0cbe0368cefc
2021-10-01T04:53:34.168Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||No resources found for Service: 438e80e5-1367-4359-901c-d5b03b986ab1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:53:34.171Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||
2021-10-01T04:53:34.171Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-01T04:53:34.172Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 438e80e5-1367-4359-901c-d5b03b986ab1
2021-10-01T04:53:34.172Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 438e80e5-1367-4359-901c-d5b03b986ab1
2021-10-01T04:53:34.172Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-01T04:53:34.172Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:53:34.176Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@497812af, org.onap.sdc.toscaparser.api.parameters.Input@60ce29ae, org.onap.sdc.toscaparser.api.parameters.Input@6926fa37, org.onap.sdc.toscaparser.api.parameters.Input@3f535ba9, org.onap.sdc.toscaparser.api.parameters.Input@36b7db86]
2021-10-01T04:53:34.176Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 438e80e5-1367-4359-901c-d5b03b986ab1: Generic NeutronNet
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-01T04:53:34.201Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-01T04:53:34.259Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-01T04:53:34.259Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-01T04:53:34.259Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.259Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:53:34.259Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:53:34.261Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:53:34.261Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064014259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:53:34.361Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:53:34.362Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:53:34.362Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:53:34.371Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:53:34.372Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:53:35.261Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:53:35.272Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:53:35.274Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:53:35.274Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:53:35.274Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:54:05.274Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:54:05.285Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:54:05.287Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:54:05.287Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:54:05.287Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:54:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:54:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:54:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:54:29.852Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:54:29.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:54:29.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "clamp",
"timestamp": 1633064010043,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:54:29.860Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58b8eb35-150e-4907-aebb-9a32905fc0d2
2021-10-01T04:54:29.860Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58b8eb35-150e-4907-aebb-9a32905fc0d2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:54:35.288Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:54:35.300Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:54:35.306Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:54:35.306Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:54:35.306Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:55:05.306Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:55:05.317Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:55:05.319Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:55:05.319Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:55:05.319Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:55:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:55:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:55:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:55:29.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:55:29.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:55:29.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "aai-ml",
"timestamp": 1633064010145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:55:29.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:55:35.319Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:55:35.331Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:55:35.333Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:55:35.333Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:55:35.333Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:56:05.334Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:56:05.344Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:56:05.347Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:56:05.347Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:56:05.347Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:56:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:56:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:56:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:56:30.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:56:30.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064009828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:56:30.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:56:30.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064009828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:56:30.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064012667,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "aai-ml",
"timestamp": 1633064012897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "aai-ml",
"timestamp": 1633064013902,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:56:30.363Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58b8eb35-150e-4907-aebb-9a32905fc0d2
2021-10-01T04:56:30.363Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58b8eb35-150e-4907-aebb-9a32905fc0d2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064014259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633064015455,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633064015455,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633064018232,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633064019661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633064020665,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:56:30.379Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58b8eb35-150e-4907-aebb-9a32905fc0d2
2021-10-01T04:56:30.379Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58b8eb35-150e-4907-aebb-9a32905fc0d2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:56:35.348Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:56:35.362Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-01T04:56:35.366Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:56:35.366Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T04:56:35.366Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T04:56:35.366Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T04:56:35.366Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:56:35.372Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T04:57:05.372Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-01T04:57:05.378Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2 and serviceModelVersionId: 438e80e5-1367-4359-901c-d5b03b986ab1
2021-10-01T04:57:05.378Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 159f479f-4813-40e9-b406-c4ed99618346
2021-10-01T04:57:05.379Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0
2021-10-01T04:57:05.386Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T04:57:05.428Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|INFO|500||Invoke
2021-10-01T04:57:05.429Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58b8eb35-150e-4907-aebb-9a32905fc0d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a8282b0-044c-4116-bfb1-c8477fa8a06d], X-ECOMP-RequestID=[58b8eb35-150e-4907-aebb-9a32905fc0d2], X-TransactionId=[], X-ONAP-RequestID=[58b8eb35-150e-4907-aebb-9a32905fc0d2], Content-Type=[application/merge-patch+json]}
2021-10-01T04:57:05.455Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-01T04:57:05.662Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211001-04:57:05:460-2621], vertex-id=[450656], Content-Length=[0], Date=[Fri, 01 Oct 2021 04:57:05 GMT], Content-Type=[application/json]}
2021-10-01T04:57:05.663Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-01T04:57:05.663Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|INFO|500||InvokeReturn
2021-10-01T04:57:05.663Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T04:57:05.663Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:57:05.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-01T04:57:05.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58b8eb35-150e-4907-aebb-9a32905fc0d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T04:57:05.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T04:57:05.668Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:05.669Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:05.669Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064225667,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:57:05.770Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:05.770Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:57:05.771Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:05.783Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:05.783Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T04:57:06.680Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:57:06.680Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:57:06.681Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:16.854Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:16.854Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:57:16.855Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:57:16.855Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:26.387Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:26.388Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:57:26.388Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:57:26.388Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:57:29.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:57:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:57:30.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:30.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:57:30.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064225667,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:57:30.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:57:35.917Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:35.918Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:57:35.919Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-01T04:57:35.919Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:45.388Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:45.390Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-01T04:57:45.390Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6fa4f19-9cbf-489a-b81e-c5a248c1342c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6b78f06b-2d9e-4308-a816-ed0edf32e4a9","serviceDescription":"service","serviceInvariantUUID":"cbac1ec1-550a-4391-917c-b7d97b2722f2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7313664e-db07-4099-bf84-ef7730ee7125","resourceInvariantUUID":"95f7bc35-7088-4a97-bfce-544e27faac4e","resourceCustomizationUUID":"3c039aef-4fa7-40f5-affa-982ce7e9e153","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":"NjNkNDBjNzFiZjEwZmMzNmYwZWZhZjMxYmQ2ZDlkYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"728f12af-0799-4059-9e6f-77a3bbe4b22b","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":"YmEzNTA0NjY3MzAzNjViNDkzMmVmMTI3ZjJlNjhjYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5c74739a-c688-4bd6-b90f-fb3eb8c15879","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":"3956a269-4a21-4c8c-8b89-49f3cc78c68e","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":"4d1b43d2-453a-4c26-9102-a991f1a33546","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":"adeb17b1-2e09-4717-b4eb-38a9b0e77b8c","artifactVersion":"2","generatedFromUUID":"3956a269-4a21-4c8c-8b89-49f3cc78c68e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDc4NTE5ZmE5MDIzYTg3YTQ4YjlmNjZkMzViNjljNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4839911-5fd2-41b3-ab0f-8da231f5eddc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGZlNDE3MjZiZTc3ZGU3Zjc2ZGM1NDNlNzczYjZkOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92092867-cfc7-4d89-8dc2-ca1076a364e4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T04:57:45.393Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:45.393Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:45.395Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:45.395Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064255918,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:57:45.496Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:45.497Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:57:45.497Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:45.508Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:45.509Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:46.396Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:46.397Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:46.398Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:46.398Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064255918,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-01T04:57:46.498Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:46.499Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:57:46.499Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:46.507Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:46.507Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:47.399Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:47.399Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:47.401Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:47.401Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064255918,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-01T04:57:47.501Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:47.502Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:57:47.502Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:47.511Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:47.511Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:48.402Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:48.402Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:48.404Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:48.404Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064255918,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:57:48.504Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:48.505Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:57:48.505Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:48.513Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:48.513Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:49.404Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:49.405Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:49.407Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:49.408Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064255918,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-01T04:57:49.508Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:49.509Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:57:49.509Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:49.517Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:49.518Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:50.408Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:50.409Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:50.411Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:50.411Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064255918,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-01T04:57:50.512Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:50.512Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:57:50.512Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:50.520Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:50.520Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:51.412Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:51.413Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:51.415Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:51.415Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064255918,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-01T04:57:51.515Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:51.516Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:57:51.516Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:51.524Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:51.524Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:52.417Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "6b78f06b-2d9e-4308-a816-ed0edf32e4a9",
"serviceDescription": "service",
"serviceInvariantUUID": "cbac1ec1-550a-4391-917c-b7d97b2722f2",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "3c039aef-4fa7-40f5-affa-982ce7e9e153",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7313664e-db07-4099-bf84-ef7730ee7125",
"resourceInvariantUUID": "95f7bc35-7088-4a97-bfce-544e27faac4e",
"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": "YmEzNTA0NjY3MzAzNjViNDkzMmVmMTI3ZjJlNjhjYmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5c74739a-c688-4bd6-b90f-fb3eb8c15879",
"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": "3956a269-4a21-4c8c-8b89-49f3cc78c68e",
"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": "adeb17b1-2e09-4717-b4eb-38a9b0e77b8c",
"generatedFromUUID": "3956a269-4a21-4c8c-8b89-49f3cc78c68e"
},
"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": "adeb17b1-2e09-4717-b4eb-38a9b0e77b8c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZGZlNDE3MjZiZTc3ZGU3Zjc2ZGM1NDNlNzczYjZkOTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "92092867-cfc7-4d89-8dc2-ca1076a364e4"
}
],
"workloadContext": "Production"
}
2021-10-01T04:57:52.417Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T04:57:52.417Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b78f06b-2d9e-4308-a816-ed0edf32e4a9 ASDC
2021-10-01T04:57:52.418Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6fa4f19-9cbf-489a-b81e-c5a248c1342c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:6b78f06b-2d9e-4308-a816-ed0edf32e4a9
ServiceInvariantUUID:cbac1ec1-550a-4391-917c-b7d97b2722f2
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:92092867-cfc7-4d89-8dc2-ca1076a364e4
ArtifactChecksum:ZGZlNDE3MjZiZTc3ZGU3Zjc2ZGM1NDNlNzczYjZkOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3c039aef-4fa7-40f5-affa-982ce7e9e153
ResourceInvariantUUID:95f7bc35-7088-4a97-bfce-544e27faac4e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7313664e-db07-4099-bf84-ef7730ee7125
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:5c74739a-c688-4bd6-b90f-fb3eb8c15879
ArtifactChecksum:YmEzNTA0NjY3MzAzNjViNDkzMmVmMTI3ZjJlNjhjYmY=
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:3956a269-4a21-4c8c-8b89-49f3cc78c68e
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:adeb17b1-2e09-4717-b4eb-38a9b0e77b8c
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:adeb17b1-2e09-4717-b4eb-38a9b0e77b8c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-01T04:57:52.418Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b78f06b-2d9e-4308-a816-ed0edf32e4a9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:57:52.449Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:57:52.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:57:52.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:57:52.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 92092867-cfc7-4d89-8dc2-ca1076a364e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-01T04:57:52.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:57:52.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-01T04:57:53.159Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:57:53.165Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 92092867-cfc7-4d89-8dc2-ca1076a364e4 70854
2021-10-01T04:57:53.166Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-01T04:57:53.166Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-01T04:57:53.166Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:57:53.166Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:53.169Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:53.169Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633064273166,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-01T04:57:53.269Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:53.270Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T04:57:53.270Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:53.279Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-01T04:57:53.279Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:54.169Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:57:54.170Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:57:54.170Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 92092867-cfc7-4d89-8dc2-ca1076a364e4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:54.171Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-01T04:57:54.171Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:54.171Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:54.319Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17309312888454865807/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-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||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-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||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-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||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-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||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-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||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-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||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-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||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-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||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-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||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-10-01T04:57:55.328Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T04:57:55.328Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:57:55.328Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:57:55.328Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:57:55.328Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T04:57:55.329Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:57:55.329Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:57:55.329Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:57:55.329Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:57:55.329Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T04:57:55.330Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:57:55.330Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:57:55.330Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:57:55.330Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:57:55.331Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-01T04:57:55.331Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-01T04:57:55.331Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-01T04:57:55.331Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-01T04:57:55.331Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:57:55.333Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:57:55.333Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:57:55.333Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:57:55.333Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-01T04:57:55.334Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:57:55.334Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:57:55.334Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery