By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-26T06:41:55.447Z||main|||||INFO|500||The following profiles are active: basic
2021-09-26T06:42:14.182Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-26T06:42:14.182Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-26T06:42:14.307Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-26T06:42:19.574Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-26T06:42:20.365Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-26T06:42:21.962Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-26T06:42:21.970Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-26T06:42:22.450Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-26T06:42:23.662Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-26T06:42:25.446Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-26T06:42:32.409Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-26T06:42:35.264Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-26T06:42:35.351Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-26T06:42:36.164Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-26T06:42:36.475Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-26T06:42:38.075Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-26T06:42:39.295Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-26T06:42:39.315Z||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$$cb299728.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-26T06:42:39.316Z||main|||||WARN|500||The sdc end point is not alive
2021-09-26T06:42:42.712Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-26T06:42:46.312Z||main|||||WARN|500||---
2021-09-26T06:42:46.312Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-26T06:42:46.313Z||main|||||WARN|500||---
2021-09-26T06:42:46.807Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-26T06:42:51.740Z||main|||||INFO|500||Started Application in 60.56 seconds (JVM running for 65.858)
2021-09-26T06:42:51.769Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-26T06:42:51.785Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-26T06:42:51.798Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-26T06:42:51.830Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-26T06:42:51.904Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 595e8f0b-b5cb-4e52-b3f1-304fc86e4563 url= /sdc/v1/artifactTypes
2021-09-26T06:42:51.904Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-26T06:42:52.265Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-26T06:42:52.286Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-26T06:42:52.308Z||scheduling-1|||||DEBUG|500||create keys
2021-09-26T06:42:52.316Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-26T06:42:52.350Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:42:52.370Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 22b63b11-21b3-455a-b9cc-6c984516da9d url= /sdc/v1/registerForDistribution
2021-09-26T06:42:52.622Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 22b63b11-21b3-455a-b9cc-6c984516da9d url= /sdc/v1/registerForDistribution
2021-09-26T06:42:52.623Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-26T06:42:52.635Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:42:52.642Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-26T06:42:52.643Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:42:52.643Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:42:52.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:42:52.648Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:42:52.649Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:43:03.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:43:03.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:43:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:43:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:43:52.635Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:43:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:43:52.638Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:43:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:44:02.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:44:02.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:44:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:44:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:44:52.639Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:44:52.641Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:44:52.646Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:44:52.647Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:45:02.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:45:02.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:45:52.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:45:52.632Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:45:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:45:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:45:52.634Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:45:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:46:02.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:46:02.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:46:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:46:52.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:46:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:46:52.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:46:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:46:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:47:02.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:47:02.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:47:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:47:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:47:52.635Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:47:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:47:52.638Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:47:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:48:02.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:48:02.232Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:48:52.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:48:52.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:48:52.631Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:48:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:48:52.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:48:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:49:02.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:49:02.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:49:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:49:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:49:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:49:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:49:52.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:49:52.649Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:50:02.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:50:02.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:50:52.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:50:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:50:52.636Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:50:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:50:52.636Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:50:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:51:02.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:51:02.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:51:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:51:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:51:52.635Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:51:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:51:52.638Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:51:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:52:01.874Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-26T06:52:02.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:52:02.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:52:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:52:52.636Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:52:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:52:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:52:52.638Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:52:52.640Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:53:02.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:53:02.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:53:52.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:53:52.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:53:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:53:52.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:53:52.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:53:52.641Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:54:02.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:54:02.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:54:52.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:54:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:54:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:54:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:54:52.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:54:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:55:02.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:55:02.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:55:52.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:55:52.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:55:52.636Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:55:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:55:52.636Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:55:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:56:02.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:56:02.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:56:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:56:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:56:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:56:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:56:52.634Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:56:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:57:02.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:57:02.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:57:52.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:57:52.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:57:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:57:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:57:52.638Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:57:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:58:02.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:58:02.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:58:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:58:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:58:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:58:52.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:58:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:58:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:59:02.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:59:02.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T06:59:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:59:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T06:59:52.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:59:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T06:59:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T06:59:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:00:02.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:00:02.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:00:52.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:00:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:00:52.635Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:00:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:00:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:00:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:01:02.247Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:01:02.247Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:01:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:01:52.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:01:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:01:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:01:52.636Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:01:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:02:02.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:02:02.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:02:52.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:02:52.638Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:02:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:02:52.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:02:52.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:02:52.647Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:03:02.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:03:02.212Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:03:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:03:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:03:52.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:03:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:03:52.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:03:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:04:02.207Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:04:02.212Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:04:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:04:52.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:04:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:04:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:04:52.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:04:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:05:02.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:05:02.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:05:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:05:52.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:05:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:05:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:05:52.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:05:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:06:02.206Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:06:02.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:06:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:06:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:06:52.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:06:52.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:06:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:06:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:07:02.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:07:02.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:07:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:07:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:07:52.635Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:07:52.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:07:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:07:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:08:02.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:08:02.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:08:52.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:08:52.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:08:52.631Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:08:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:08:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:08:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:09:02.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:09:02.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:09:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:09:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:09:52.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:09:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:09:52.635Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:09:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:10:02.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:10:02.256Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:10:52.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:10:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:10:52.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:10:52.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:10:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:10:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:11:02.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:11:02.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:11:52.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:11:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:11:52.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:11:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:11:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:11:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:12:02.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:12:02.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:12:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:12:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:12:52.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:12:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:12:52.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:12:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:13:02.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:13:02.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:13:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:13:52.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:13:52.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:13:52.634Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:13:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:13:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:14:02.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:14:02.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:14:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:14:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:14:52.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:14:52.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:14:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:14:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:15:02.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:15:02.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:15:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:15:52.634Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:15:52.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:15:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:15:52.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:15:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:16:02.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:16:02.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:16:52.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:16:52.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:16:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:16:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:16:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:16:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:17:02.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:17:02.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:17:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:17:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:17:52.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:17:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:17:52.632Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:17:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:18:02.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:18:02.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:18:52.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:18:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:18:52.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:18:52.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:18:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:18:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:19:02.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:19:02.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:19:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:19:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:19:52.635Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:19:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:19:52.635Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:19:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:20:02.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:20:02.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:20:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:20:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:20:52.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:20:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:20:52.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:20:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:21:02.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:21:02.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:21:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:21:52.634Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:21:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:21:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:21:52.635Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:21:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:22:02.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:22:02.191Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:22:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:22:52.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:22:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:22:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:22:52.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:22:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:23:02.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:23:02.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:23:52.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:23:52.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:23:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:23:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:23:52.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:23:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:24:02.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:24:02.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:24:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:24:52.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:24:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:24:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:24:52.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:24:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:25:02.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:25:02.262Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:25:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:25:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:25:52.635Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:25:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:25:52.635Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:25:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:26:02.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:26:02.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:26:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:26:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:26:52.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:26:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:26:52.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:26:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:27:02.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:27:02.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:27:52.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:27:52.637Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:27:52.638Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:27:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:27:52.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:27:52.642Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:28:02.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:28:02.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:28:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:28:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:28:52.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:28:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:28:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:28:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:29:02.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:29:02.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:29:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:29:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:29:52.635Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:29:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:29:52.635Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:29:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:30:02.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:30:02.207Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:30:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:30:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:30:52.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:30:52.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:30:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:30:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:31:02.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:31:02.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:31:52.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:31:52.639Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:31:52.640Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:31:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:31:52.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:31:52.642Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:32:02.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:32:02.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:32:52.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:32:52.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:32:52.636Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:32:52.636Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:32:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:32:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:33:02.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:33:02.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:33:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:33:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:33:52.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:33:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:33:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:33:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:34:02.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:34:02.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:34:52.634Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:34:52.635Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:34:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:34:52.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:34:52.636Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:34:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:35:02.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:35:02.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:35:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:35:52.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:35:52.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:35:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:35:52.637Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:35:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:36:02.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:36:02.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:36:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:36:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:36:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:36:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:36:52.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:36:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:37:02.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:37:02.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:37:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:37:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:37:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:37:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:37:52.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:37:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:38:02.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:38:02.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:38:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:38:52.634Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:38:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:38:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:38:52.636Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:38:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:39:02.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:39:02.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:39:52.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:39:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:39:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:39:52.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:39:52.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:39:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:40:02.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:40:02.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:40:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:40:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:40:52.636Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:40:52.636Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:40:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:40:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:41:02.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:41:02.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:41:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:41:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:41:52.634Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:41:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:41:52.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:41:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:42:02.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:42:02.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:42:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:42:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:42:52.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:42:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:42:52.635Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:42:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:43:02.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:43:02.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:43:52.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:43:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:43:52.634Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:43:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:43:52.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:43:52.649Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:44:02.262Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:44:02.262Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:44:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:44:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:44:52.634Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:44:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:44:52.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:44:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:45:02.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:45:02.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:45:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:45:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:45:52.634Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:45:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:45:52.634Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:45:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:46:02.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:46:02.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:46:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:46:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:46:52.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:46:52.634Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:46:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:46:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:47:02.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:47:02.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:47:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:47:52.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:47:52.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:47:52.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:47:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:47:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:48:02.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:48:02.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:48:52.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:48:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:48:52.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:48:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:48:52.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:48:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:49:02.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:49:02.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:49:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:49:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:49:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:49:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:49:52.634Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:49:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:50:02.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:50:02.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:50:52.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:50:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:50:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:50:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:50:52.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:50:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:51:02.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:51:02.259Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:51:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:51:52.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:51:52.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:51:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:51:52.635Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:51:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:52:02.219Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:52:02.234Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:52:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:52:52.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:52:52.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:52:52.643Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:52:52.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:52:52.644Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:53:02.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:53:02.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:53:52.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:53:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:53:52.634Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:53:52.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:53:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:53:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:54:02.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:54:02.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:54:52.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:54:52.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:54:52.631Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:54:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:54:52.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:54:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:55:02.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:55:02.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:55:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:55:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:55:52.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:55:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:55:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:55:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:56:02.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:56:02.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:56:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:56:52.634Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:56:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:56:52.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:56:52.637Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:56:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:57:02.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:57:02.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:57:52.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:57:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:57:52.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:57:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:57:52.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:57:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:58:02.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:58:02.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:58:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:58:52.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:58:52.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:58:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:58:52.634Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:58:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:59:02.194Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:59:02.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T07:59:52.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:59:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T07:59:52.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:59:52.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T07:59:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T07:59:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:00:02.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:00:02.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:00:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:00:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:00:52.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:00:52.634Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:00:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:00:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:01:02.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:01:02.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:01:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:01:52.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:01:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:01:52.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:01:52.637Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:01:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:02:02.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:02:02.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:02:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:02:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:02:52.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:02:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:02:52.635Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:02:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:03:02.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:03:02.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:03:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:03:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:03:52.637Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:03:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:03:52.639Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:03:52.639Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:04:02.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:04:02.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:04:52.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:04:52.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:04:52.631Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:04:52.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:04:52.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:04:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:05:02.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:05:02.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:05:52.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:05:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:05:52.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:05:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:05:52.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:05:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:06:02.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:06:02.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:06:52.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:06:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:06:52.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:06:52.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:06:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:06:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:07:02.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:07:02.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:07:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:07:52.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:07:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:07:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:07:52.635Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:07:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:08:02.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:08:02.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:08:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:08:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:08:52.634Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:08:52.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:08:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:08:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:09:02.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:09:02.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:09:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:09:52.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:09:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:09:52.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:09:52.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:09:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:10:02.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:10:02.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:10:52.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:10:52.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:10:52.631Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:10:52.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:10:52.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:10:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:11:02.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:11:02.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:11:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:11:52.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:11:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:11:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:11:52.632Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:11:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:12:02.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:12:02.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:12:52.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:12:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:12:52.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:12:52.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:12:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:12:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:13:02.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:13:02.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:13:52.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:13:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:13:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:13:52.635Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:13:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:13:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:14:02.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:14:02.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:14:52.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:14:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:14:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:14:52.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:14:52.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:14:52.645Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:15:02.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:15:02.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:15:52.634Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:15:52.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:15:52.637Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:15:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:15:52.639Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:15:52.639Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:16:02.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:16:02.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:16:52.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:16:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:16:52.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:16:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:16:52.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:16:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:17:02.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:17:02.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:17:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:17:52.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:17:52.635Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:17:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:17:52.635Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:17:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:18:02.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:18:02.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:18:52.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:18:52.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:18:52.632Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:18:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:18:52.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:18:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:19:02.183Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:19:02.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:19:52.634Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:19:52.635Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:19:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:19:52.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:19:52.637Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:19:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:20:02.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:02.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:52.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:20:52.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:20:52.632Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:20:52.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:20:52.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:20:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:20:53.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644439893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "cds",
"timestamp": 1632644443378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644434784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "dcae-sch",
"timestamp": 1632644437887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "policy-id",
"timestamp": 1632644444554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644439893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644434784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "NOTIFIED"
}
2021-09-26T08:20:53.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "cds",
"timestamp": 1632644443378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "dcae-sch",
"timestamp": 1632644437887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "policy-id",
"timestamp": 1632644444554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644439893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644434784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-26T08:20:53.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "dcae-sch",
"timestamp": 1632644437887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "cds",
"timestamp": 1632644443378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "policy-id",
"timestamp": 1632644444554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-26T08:20:53.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644439893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644434784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "dcae-sch",
"timestamp": 1632644437887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "cds",
"timestamp": 1632644443378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "policy-id",
"timestamp": 1632644444554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644439893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644434784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-26T08:20:53.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "dcae-sch",
"timestamp": 1632644437887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "cds",
"timestamp": 1632644443378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "policy-id",
"timestamp": 1632644444554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644439893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644434784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "dcae-sch",
"timestamp": 1632644437887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "cds",
"timestamp": 1632644443378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "policy-id",
"timestamp": 1632644444554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644439893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:20:53.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644434784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:20:53.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "dcae-sch",
"timestamp": 1632644437887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "cds",
"timestamp": 1632644443378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:20:53.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "policy-id",
"timestamp": 1632644444554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:20:53.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644450752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644452231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:20:53.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:20:53.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644452243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:20:53.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:20:53.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "cds",
"timestamp": 1632644452310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:20:53.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:20:53.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644450752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-26T08:20:53.268Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:53.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:20:53.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"68d51b23-f62c-49c6-b56a-37c48c0c2518","serviceName":"vFW 2021-09-26 08-18-32","serviceVersion":"1.0","serviceUUID":"9ca93e59-da7d-4a9e-aade-437077085bf7","serviceDescription":"catalog service description","serviceInvariantUUID":"fb4611e7-0a0a-45ae-88ff-8ddf8973547a","resources":[{"resourceInstanceName":"vFW 90084ea8-f4d0 0","resourceName":"vFW 90084ea8-f4d0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fda9e284-feb1-425a-9898-d30593641e9e","resourceInvariantUUID":"3496c685-fcb1-4c33-b1b6-1197a07b216d","resourceCustomizationUUID":"29c21b3f-c85f-42c9-bac4-fca58aafd753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml","artifactChecksum":"YThjZTUxYWY3OTIwNzFiMDQ3NjEyYmI1M2IwNjEwNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09aa3425-402b-4e24-bccc-7f6b602873cd","artifactVersion":"1"},{"artifactName":"vfw90084ea8f4d00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json","artifactChecksum":"NzMxMzk4MzY1ZjA1NTM4NjQ4YjAxNjZiOTViMzQ4Yjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2673391-071c-4387-b50c-299939df3a2a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be008354-c8a8-4485-9155-5a730f733ca4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYzMzY0YTg2ZjAwZjA5NmJlMTYyNTYzYTE5YmE0N2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4898832e-7cfa-4a38-9317-1680a55a43d1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c95afe50-6802-401a-9d54-d5c08dcdd720","artifactVersion":"2","generatedFromUUID":"be008354-c8a8-4485-9155-5a730f733ca4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210926081832-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml","artifactChecksum":"NGM5ZWM5N2Q3ZmJmZDNlYjVkOTk5NTViMTkyZDNkYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9879067d-a702-4185-85db-e3352a7619d1","artifactVersion":"1"},{"artifactName":"service-Vfw20210926081832-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar","artifactChecksum":"MmJmYmRhODcxNGIwMTE5YTFiOGU5ODJkODI2ZTY1Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f06d7a3f-d661-49b5-bdb4-b77c64b6bd64","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-26T08:20:53.279Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:20:53.288Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:20:53.300Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:20:53.300Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:53.401Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-26T08:20:53.405Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:20:53.405Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:20:53.417Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:53.418Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-26T08:20:54.307Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:20:54.308Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:20:54.310Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:20:54.310Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "NOTIFIED"
}
2021-09-26T08:20:54.410Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:20:54.411Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:20:54.411Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:20:54.428Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:54.428Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-26T08:20:55.310Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:20:55.311Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:20:55.338Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:20:55.338Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-26T08:20:55.413Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2021-09-26T08:20:55.414Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:20:55.414Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:20:55.438Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:55.439Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-09-26T08:20:56.338Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:20:56.340Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:20:56.342Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:20:56.342Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:56.442Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:20:56.443Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:20:56.443Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:20:56.455Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:56.456Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:20:57.343Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:20:57.343Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:20:57.345Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:20:57.345Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-26T08:20:57.445Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:20:57.446Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:20:57.446Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:20:57.464Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:57.465Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-26T08:20:58.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:20:58.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:20:58.348Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:20:58.348Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:20:58.449Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:20:58.450Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:20:58.450Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:20:58.461Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:58.462Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:20:59.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:20:59.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:20:59.351Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:20:59.351Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:20:59.451Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:20:59.452Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:20:59.452Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:20:59.467Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:20:59.468Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:21:00.358Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"serviceName": "vFW 2021-09-26 08-18-32",
"serviceVersion": "1.0",
"serviceUUID": "9ca93e59-da7d-4a9e-aade-437077085bf7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fb4611e7-0a0a-45ae-88ff-8ddf8973547a",
"resources": [
{
"resourceInstanceName": "vFW 90084ea8-f4d0 0",
"resourceCustomizationUUID": "29c21b3f-c85f-42c9-bac4-fca58aafd753",
"resourceName": "vFW 90084ea8-f4d0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fda9e284-feb1-425a-9898-d30593641e9e",
"resourceInvariantUUID": "3496c685-fcb1-4c33-b1b6-1197a07b216d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw90084ea8f4d00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"artifactChecksum": "NzMxMzk4MzY1ZjA1NTM4NjQ4YjAxNjZiOTViMzQ4Yjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2673391-071c-4387-b50c-299939df3a2a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "be008354-c8a8-4485-9155-5a730f733ca4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c95afe50-6802-401a-9d54-d5c08dcdd720",
"generatedFromUUID": "be008354-c8a8-4485-9155-5a730f733ca4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c95afe50-6802-401a-9d54-d5c08dcdd720",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210926081832-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"artifactChecksum": "MmJmYmRhODcxNGIwMTE5YTFiOGU5ODJkODI2ZTY1Zjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f06d7a3f-d661-49b5-bdb4-b77c64b6bd64"
}
],
"workloadContext": "Production"
}
2021-09-26T08:21:00.372Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-26T08:21:00.374Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ca93e59-da7d-4a9e-aade-437077085bf7 ASDC
2021-09-26T08:21:00.612Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:68d51b23-f62c-49c6-b56a-37c48c0c2518
ServiceName:vFW 2021-09-26 08-18-32
ServiceVersion:1.0
ServiceUUID:9ca93e59-da7d-4a9e-aade-437077085bf7
ServiceInvariantUUID:fb4611e7-0a0a-45ae-88ff-8ddf8973547a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210926081832-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar
ArtifactUUID:f06d7a3f-d661-49b5-bdb4-b77c64b6bd64
ArtifactChecksum:MmJmYmRhODcxNGIwMTE5YTFiOGU5ODJkODI2ZTY1Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 90084ea8-f4d0 0
ResourceCustomizationUUID:29c21b3f-c85f-42c9-bac4-fca58aafd753
ResourceInvariantUUID:3496c685-fcb1-4c33-b1b6-1197a07b216d
ResourceName:vFW 90084ea8-f4d0
ResourceType:VF
ResourceUUID:fda9e284-feb1-425a-9898-d30593641e9e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw90084ea8f4d00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json
ArtifactUUID:c2673391-071c-4387-b50c-299939df3a2a
ArtifactChecksum:NzMxMzk4MzY1ZjA1NTM4NjQ4YjAxNjZiOTViMzQ4Yjg=
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/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml
ArtifactUUID:be008354-c8a8-4485-9155-5a730f733ca4
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/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env
ArtifactUUID:c95afe50-6802-401a-9d54-d5c08dcdd720
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/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env
ArtifactUUID:c95afe50-6802-401a-9d54-d5c08dcdd720
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-26T08:21:00.613Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ca93e59-da7d-4a9e-aade-437077085bf7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:21:01.004Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-26T08:21:01.005Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-26T08:21:01.007Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-26T08:21:01.007Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f06d7a3f-d661-49b5-bdb4-b77c64b6bd64 from URL: /sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:01.007Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-26T08:21:01.009Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:03.123Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-26T08:21:03.155Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar f06d7a3f-d661-49b5-bdb4-b77c64b6bd64 98754
2021-09-26T08:21:03.157Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar ASDC sendASDCNotification
2021-09-26T08:21:03.157Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:03.158Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-26T08:21:03.159Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:21:03.162Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:21:03.162Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644463155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:21:03.261Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:21:03.262Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:21:03.262Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:21:03.275Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:21:03.275Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:21:04.163Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-26T08:21:04.164Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-26T08:21:04.165Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f06d7a3f-d661-49b5-bdb4-b77c64b6bd64, URL: /sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar to file: /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:04.166Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210926081832-csar.csar
2021-09-26T08:21:04.266Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:04.267Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:05.118Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7806627597271030321/Definitions/service-Vfw20210926081832-template.yml
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_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_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-09-26T08:21:08.302Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-26T08:21:08.308Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||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-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||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-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||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-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 90084ea8-f4d0 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-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:08.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-26T08:21:08.318Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:08.324Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:08.324Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-26T08:21:08.326Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-26T08:21:08.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:08.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:08.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-26T08:21:08.328Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-26T08:21:08.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.329Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:08.332Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria
2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:08.333Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-26T08:21:08.334Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:08.335Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-26T08:21:08.335Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.335Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-26T08:21:08.335Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.335Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-26T08:21:08.337Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.337Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:08.337Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:21:08.338Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.338Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:08.338Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:21:08.338Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.338Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:08.339Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:21:08.339Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.339Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria
2021-09-26T08:21:08.339Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-26T08:21:08.339Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-26T08:21:08.340Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:08.341Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-26T08:21:08.341Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.341Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0f59f473-317e-4ab8-a863-043ff67e13c1
2021-09-26T08:21:08.341Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.341Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria
2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-26T08:21:08.342Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4b09bcd-e50c-496f-9a03-5ce6630ec644
2021-09-26T08:21:08.343Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria
2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-26T08:21:08.344Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c00dc48d-e486-46da-a0c8-0585708a46a3
2021-09-26T08:21:08.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:08.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:08.347Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-26 08-18-32
Description:catalog service description
Model UUID:9ca93e59-da7d-4a9e-aade-437077085bf7
Model Version:NULL
Model InvariantUuid:fb4611e7-0a0a-45ae-88ff-8ddf8973547a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 90084ea8-f4d0
Model UUID:f7cb7b86-63a6-4337-84db-48f65f679aec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3496c685-fcb1-4c33-b1b6-1197a07b216d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:29c21b3f-c85f-42c9-bac4-fca58aafd753
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f27a0bd8-f354-49d1-b55b-1fee1c9e2ec6
ModelName:Vfw90084ea8F4d0..base_vfw..module-0
ModelUuid:5bfbe6a8-2bc2-4f26-a4bd-e3951a964f92
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0f59f473-317e-4ab8-a863-043ff67e13c1
ModelInvariantUuid:85916d57-ad57-4685-96ce-da8a6f8399ba
ModelName:vFW 90084ea8-f4d0-nodes.vfwCvfc
ModelUuid:84ee603d-b215-451a-b624-a95eb53e69e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a1567c2a-128d-4cbb-b3ba-b51d6e7ae3bb
ModelInvariantUuid:995dfdf1-c87f-49a1-861e-c3babc008398
ModelName:Vfw90084ea8F4d0.compute.nodes.heat.vfw
ModelUuid:f7ed364a-3d4b-483a-8666-3ffcec4d8003
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b4b09bcd-e50c-496f-9a03-5ce6630ec644
ModelInvariantUuid:e43368cd-dfab-4f0e-aa9e-ae361142ea89
ModelName:vFW 90084ea8-f4d0-nodes.vsnCvfc
ModelUuid:86821a64-8641-4b2f-96d7-af744fc70c5f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:32bd2f55-0833-4495-af7f-450f27cd004d
ModelInvariantUuid:80953730-96b5-4e76-93cf-8705235dcd91
ModelName:Vfw90084ea8F4d0.compute.nodes.heat.vsn
ModelUuid:82c50d3a-2540-405f-b136-48e230facf3f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c00dc48d-e486-46da-a0c8-0585708a46a3
ModelInvariantUuid:4e500c9a-2bc9-4f7e-8256-4a76d4bcec70
ModelName:vFW 90084ea8-f4d0-nodes.vpgCvfc
ModelUuid:bc53dd99-c2d6-40f0-92d9-f5752a62b822
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b76e1da9-3f6a-46ed-8a28-32a8fcdfe78b
ModelInvariantUuid:e0df7ad6-3f8a-4cf9-a58c-e2199c145a25
ModelName:Vfw90084ea8F4d0.compute.nodes.heat.vpg
ModelUuid:2d67e11e-263a-4e28-bdbb-9efd483252db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-26T08:21:08.382Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fda9e284-feb1-425a-9898-d30593641e9e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-26T08:21:08.471Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||vFW 90084ea8-f4d0 0
2021-09-26T08:21:08.479Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fda9e284-feb1-425a-9898-d30593641e9e
2021-09-26T08:21:08.479Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c2673391-071c-4387-b50c-299939df3a2a from URL: /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json
2021-09-26T08:21:08.479Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-26T08:21:08.480Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json
2021-09-26T08:21:09.384Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-26T08:21:09.388Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json c2673391-071c-4387-b50c-299939df3a2a 785
2021-09-26T08:21:09.389Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json ASDC sendASDCNotification
2021-09-26T08:21:09.389Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json
2021-09-26T08:21:09.389Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-26T08:21:09.395Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:21:09.405Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:21:09.405Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644469389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:21:09.509Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-26T08:21:09.510Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:21:09.510Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:21:09.529Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:21:09.531Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:21:10.407Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw90084ea8F4d0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f27a0bd8-f354-49d1-b55b-1fee1c9e2ec6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5bfbe6a8-2bc2-4f26-a4bd-e3951a964f92",
"vfModuleModelCustomizationUUID": "1b8557ef-10c7-4d54-95b8-47efa4023c76",
"isBase": true,
"artifacts": [
"be008354-c8a8-4485-9155-5a730f733ca4",
"c95afe50-6802-401a-9d54-d5c08dcdd720"
],
"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-09-26T08:21:10.465Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw90084ea8F4d0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bfbe6a8-2bc2-4f26-a4bd-e3951a964f92
VfModuleModelInvariantUUID:f27a0bd8-f354-49d1-b55b-1fee1c9e2ec6
VfModuleModelDescription:NULL
Artifacts UUID List:{
be008354-c8a8-4485-9155-5a730f733ca4
,
c95afe50-6802-401a-9d54-d5c08dcdd720
}
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-09-26T08:21:10.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw90084ea8F4d0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f27a0bd8-f354-49d1-b55b-1fee1c9e2ec6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5bfbe6a8-2bc2-4f26-a4bd-e3951a964f92",
"vfModuleModelCustomizationUUID": "1b8557ef-10c7-4d54-95b8-47efa4023c76",
"isBase": true,
"artifacts": [
"be008354-c8a8-4485-9155-5a730f733ca4",
"c95afe50-6802-401a-9d54-d5c08dcdd720"
],
"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-09-26T08:21:10.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw90084ea8F4d0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bfbe6a8-2bc2-4f26-a4bd-e3951a964f92
VfModuleModelInvariantUUID:f27a0bd8-f354-49d1-b55b-1fee1c9e2ec6
VfModuleModelDescription:NULL
Artifacts UUID List:{
be008354-c8a8-4485-9155-5a730f733ca4
,
c95afe50-6802-401a-9d54-d5c08dcdd720
}
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-09-26T08:21:10.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be008354-c8a8-4485-9155-5a730f733ca4 from URL: /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml
2021-09-26T08:21:10.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-26T08:21:10.471Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml
2021-09-26T08:21:11.634Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-26T08:21:11.636Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml be008354-c8a8-4485-9155-5a730f733ca4 20368
2021-09-26T08:21:11.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-26T08:21:11.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml
2021-09-26T08:21:11.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-26T08:21:11.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:21:11.641Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:21:11.641Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644471636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:21:11.742Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:21:11.743Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:21:11.743Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:21:11.758Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:21:11.758Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:21:12.645Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c95afe50-6802-401a-9d54-d5c08dcdd720 from URL: /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env
2021-09-26T08:21:12.646Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-26T08:21:12.646Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env
2021-09-26T08:21:13.345Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-26T08:21:13.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env c95afe50-6802-401a-9d54-d5c08dcdd720 2098
2021-09-26T08:21:13.346Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-26T08:21:13.347Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env
2021-09-26T08:21:13.347Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-26T08:21:13.347Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:21:13.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:21:13.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644473346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:21:13.457Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:21:13.458Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:21:13.459Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:21:13.480Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:21:13.481Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:21:14.362Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9ca93e59-da7d-4a9e-aade-437077085bf7
2021-09-26T08:21:14.362Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 90084ea8-f4d0 0 fda9e284-feb1-425a-9898-d30593641e9e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-26T08:21:14.425Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5af5d1cf, org.onap.sdc.toscaparser.api.parameters.Input@3e027fb4, org.onap.sdc.toscaparser.api.parameters.Input@3499f3f9, org.onap.sdc.toscaparser.api.parameters.Input@7317970d, org.onap.sdc.toscaparser.api.parameters.Input@7985b09]
2021-09-26T08:21:14.436Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.437Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:14.437Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-26T08:21:14.437Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 29c21b3f-c85f-42c9-bac4-fca58aafd753
2021-09-26T08:21:14.438Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 29c21b3f-c85f-42c9-bac4-fca58aafd753 matches Tosca VF Customization UUID: 29c21b3f-c85f-42c9-bac4-fca58aafd753
2021-09-26T08:21:14.438Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 29c21b3f-c85f-42c9-bac4-fca58aafd753 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-26T08:21:14.450Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.451Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:14.455Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 29c21b3f-c85f-42c9-bac4-fca58aafd753: {\"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-09-26T08:21:14.455Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bb6739b
2021-09-26T08:21:14.456Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.456Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-26T08:21:14.457Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b8557ef-10c7-4d54-95b8-47efa4023c76
2021-09-26T08:21:14.459Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b8557ef-10c7-4d54-95b8-47efa4023c76
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-26T08:21:14.468Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.468Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:14.468Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:21:14.469Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.469Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:14.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:21:14.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.470Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria
2021-09-26T08:21:14.471Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-26T08:21:14.471Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-26T08:21:14.471Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-26T08:21:14.472Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-26T08:21:14.472Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-26T08:21:14.472Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-26T08:21:14.472Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:14.472Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-26T08:21:14.473Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:14.473Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-26T08:21:14.473Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-26T08:21:14.473Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0f59f473-317e-4ab8-a863-043ff67e13c1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-26T08:21:14.493Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.493Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:14.493Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:21:14.494Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.494Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria
2021-09-26T08:21:14.494Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-26T08:21:14.494Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-26T08:21:14.494Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-26T08:21:14.495Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-26T08:21:14.495Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:14.495Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-26T08:21:14.495Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-26T08:21:14.495Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-26T08:21:14.496Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-26T08:21:14.496Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:14.496Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-26T08:21:14.496Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-26T08:21:14.496Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4b09bcd-e50c-496f-9a03-5ce6630ec644
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-26T08:21:14.500Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.500Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:14.500Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:21:14.502Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.503Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is not matching search criteria
2021-09-26T08:21:14.503Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-26T08:21:14.503Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-26T08:21:14.503Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-26T08:21:14.504Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-26T08:21:14.505Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-26T08:21:14.505Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-26T08:21:14.505Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-26T08:21:14.505Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c00dc48d-e486-46da-a0c8-0585708a46a3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-26T08:21:14.507Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.507Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:14.508Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:21:14.508Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.508Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Node template vFW 90084ea8-f4d0 0 is matching search criteria
2021-09-26T08:21:14.508Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 90084ea8-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=29c21b3f-c85f-42c9-bac4-fca58aafd753
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-26T08:21:14.510Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.510Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:14.510Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9ca93e59-da7d-4a9e-aade-437077085bf7: vFW 90084ea8-f4d0
2021-09-26T08:21:14.510Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.511Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:14.511Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.511Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:14.511Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.511Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:14.512Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.512Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:14.512Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:21:14.512Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-26 08-18-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:21:14.512Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-26 08-18-32
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-09-26T08:21:15.022Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 90084ea8-f4d0 fda9e284-feb1-425a-9898-d30593641e9e 1 ASDC deployResourceStructure
2021-09-26T08:21:15.023Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json ASDC sendASDCNotification
2021-09-26T08:21:15.023Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json
2021-09-26T08:21:15.023Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-26T08:21:15.023Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:21:15.041Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:21:15.042Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644475023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "DEPLOY_OK"
}
2021-09-26T08:21:15.125Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2021-09-26T08:21:15.126Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:21:15.126Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:21:15.137Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:21:15.137Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:21:16.043Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-26T08:21:16.043Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml
2021-09-26T08:21:16.044Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-26T08:21:16.044Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:21:16.047Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:21:16.047Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644476043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-26T08:21:16.147Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:21:16.148Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:21:16.149Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:21:16.162Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:21:16.163Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:21:17.048Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-26T08:21:17.049Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env
2021-09-26T08:21:17.049Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-26T08:21:17.050Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:21:17.053Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:21:17.054Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644477048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-26T08:21:17.164Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-26T08:21:17.165Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:21:17.165Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:21:17.177Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:21:17.178Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:21:18.055Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar ASDC sendASDCNotification
2021-09-26T08:21:18.055Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar
2021-09-26T08:21:18.055Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-26T08:21:18.055Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:21:18.058Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:21:18.058Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644478055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:21:18.157Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:21:18.158Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:21:18.158Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:21:18.172Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:21:18.172Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:21:19.059Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:21:19.087Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:21:19.089Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-26T08:21:19.089Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-26T08:21:19.089Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-26T08:21:49.089Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:21:49.109Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:21:49.112Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-26T08:21:49.112Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-26T08:21:49.112Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-26T08:21:52.634Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:21:52.635Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:21:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:21:52.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:21:52.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-26T08:21:52.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "policy-id",
"timestamp": 1632644452851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:21:52.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:22:19.112Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:22:19.134Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:22:19.137Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-26T08:22:19.137Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-26T08:22:19.137Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-26T08:22:49.137Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:22:49.148Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:22:49.150Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-26T08:22:49.150Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-26T08:22:49.150Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-26T08:22:52.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:22:52.635Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:22:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:22:52.663Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:22:52.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:22:52.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:22:52.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:19.153Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:23:19.174Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:23:19.177Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-26T08:23:19.177Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-26T08:23:19.177Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-26T08:23:49.178Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:23:49.193Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:23:49.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-26T08:23:49.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-26T08:23:49.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-26T08:23:52.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:23:52.635Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:23:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:23:53.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:23:53.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "cds",
"timestamp": 1632644453341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:23:53.198Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518
2021-09-26T08:23:53.198Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:23:53.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644450752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644453712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:23:53.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "policy-id",
"timestamp": 1632644453862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:23:53.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "NOTIFIED"
}
2021-09-26T08:23:53.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644450752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644454882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:23:53.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "policy-id",
"timestamp": 1632644454870,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:23:53.226Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518
2021-09-26T08:23:53.227Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:23:53.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "aai-ml",
"timestamp": 1632644454342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-26T08:23:53.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644450752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "aai-ml",
"timestamp": 1632644454342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644456402,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:23:53.253Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518
2021-09-26T08:23:53.253Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-26T08:23:53.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644450752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "aai-ml",
"timestamp": 1632644454342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-26T08:23:53.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644457407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "DEPLOY_OK"
}
2021-09-26T08:23:53.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644450752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "clamp",
"timestamp": 1632644456893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "aai-ml",
"timestamp": 1632644454342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644458220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:23:53.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "clamp",
"timestamp": 1632644456893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "NOTIFIED"
}
2021-09-26T08:23:53.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "aai-ml",
"timestamp": 1632644454342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644459227,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:23:53.282Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518
2021-09-26T08:23:53.282Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:23:53.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644452630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:23:53.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "clamp",
"timestamp": 1632644456893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "aai-ml",
"timestamp": 1632644454342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "clamp",
"timestamp": 1632644456893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "aai-ml",
"timestamp": 1632644454342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:23:53.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "clamp",
"timestamp": 1632644456893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "clamp",
"timestamp": 1632644456893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:23:53.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644463155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:23:53.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "clamp",
"timestamp": 1632644456893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:23:53.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:23:53.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "aai-ml",
"timestamp": 1632644464670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:23:53.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644469389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:23:53.298Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644471636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:23:53.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "clamp",
"timestamp": 1632644472901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:23:53.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644473346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:23:53.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "clamp",
"timestamp": 1632644474039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:23:53.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644475023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/vfw90084ea8f4d00_modules.json",
"status": "DEPLOY_OK"
}
2021-09-26T08:23:53.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "clamp",
"timestamp": 1632644475049,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:23:53.306Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518
2021-09-26T08:23:53.307Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:23:53.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644476043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-26T08:23:53.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644477048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/resourceInstances/vfw90084ea8f4d00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-26T08:23:53.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644478055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:23:53.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "aai-ml",
"timestamp": 1632644486267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210926081832/1.0/artifacts/service-Vfw20210926081832-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:23:53.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:23:53.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:23:53.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "aai-ml",
"timestamp": 1632644487274,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:23:53.324Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68d51b23-f62c-49c6-b56a-37c48c0c2518
2021-09-26T08:23:53.324Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d51b23-f62c-49c6-b56a-37c48c0c2518 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:24:19.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:24:19.208Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:24:19.214Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-26T08:24:19.214Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-26T08:24:19.214Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-26T08:24:19.214Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:24:19.215Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:24:19.226Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-26T08:24:49.228Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-26T08:24:49.259Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68d51b23-f62c-49c6-b56a-37c48c0c2518 and serviceModelVersionId: 9ca93e59-da7d-4a9e-aade-437077085bf7
2021-09-26T08:24:49.260Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb4611e7-0a0a-45ae-88ff-8ddf8973547a
2021-09-26T08:24:52.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:24:52.634Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:24:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:25:02.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:25:07.524Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0
2021-09-26T08:25:07.650Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-26T08:25:08.196Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-26T08:25:08.201Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0|INFO|500||Invoke
2021-09-26T08:25:08.320Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-26T08:25:08.623Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0|INFO|500||InvokeReturn
2021-09-26T08:25:08.625Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fb4611e7-0a0a-45ae-88ff-8ddf8973547a/model-vers/model-ver/9ca93e59-da7d-4a9e-aade-437077085bf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210926-08:25:08:316-51540], vertex-id=[168168], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:25:08 GMT], Content-Type=[application/json]}
2021-09-26T08:25:08.625Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-26T08:25:08.628Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-26T08:25:08.628Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-26T08:25:08.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-26T08:25:08.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68d51b23-f62c-49c6-b56a-37c48c0c2518 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-26T08:25:08.638Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-26T08:25:08.639Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:25:08.641Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:25:08.641Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644708637,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-26T08:25:08.741Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:25:08.742Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:25:08.742Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:25:08.753Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:25:08.753Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-26T08:25:09.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:25:09.657Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:25:09.657Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:25:19.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:25:19.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:25:19.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:25:19.960Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:25:29.508Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:25:29.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:25:29.515Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:25:29.515Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:25:39.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:25:39.063Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:25:39.065Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:25:39.065Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:25:48.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:25:52.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:25:52.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:25:52.631Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:25:52.634Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:25:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:25:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:25:53.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:25:53.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:25:53.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68d51b23-f62c-49c6-b56a-37c48c0c2518",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644708637,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-26T08:25:53.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:02.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:26:52.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:26:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:26:52.634Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:26:52.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:26:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:26:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:26:53.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:26:53.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:26:53.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1454bb58-a4f9-4713-ac41-7be6644914ae","serviceName":"basic_onboard_CvReyJ","serviceVersion":"1.0","serviceUUID":"f779d209-2deb-4718-953c-b7cc2ae57148","serviceDescription":"service","serviceInvariantUUID":"be2dca99-c907-4f7f-ab96-124aecb01a43","resources":[{"resourceInstanceName":"basic_onboard_CvReyJ 0","resourceName":"basic_onboard_CvReyJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"72ebc766-c583-4599-bd31-99d1c08d945f","resourceInvariantUUID":"0745f9ca-e27f-425e-9a02-aecc2bd30a97","resourceCustomizationUUID":"05f609cf-014b-40b3-beca-bb5303240b0e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml","artifactChecksum":"ZDM3YjU1NmQwMmM3NDQ5M2E5N2NkNTg0OGMxMmE4ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab1e46a9-9535-4cdf-8851-9c4be7cf9cdd","artifactVersion":"1"},{"artifactName":"basic_onboard_cvreyj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json","artifactChecksum":"Zjc2OGFhZWIxNDVkYjc4MGZhZThlNDQ1OGQyYjNiNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4855f6af-3d29-496d-8d7b-830c9fa9b2b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"54491b50-eb1c-41eb-8dcf-8ffd475d9373","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"42231217-e5b7-4972-9e8d-f9964f6ffbcc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f1bcd2c-7d04-4025-9959-5a137c4ddfdc","artifactVersion":"2","generatedFromUUID":"54491b50-eb1c-41eb-8dcf-8ffd475d9373"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCvreyj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml","artifactChecksum":"ODIxMzViNjU4YTkzY2UyNGIzNDBiNjQ0NDcxYzA4ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82c46bb4-8248-47e2-bfec-c31a71e0a73a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCvreyj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar","artifactChecksum":"Y2M1NWQwZGIxNTJlM2VkMWRiZTEzZThkN2NhNGYzYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b01e7922-644a-44da-84f4-4d45be11a2c1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-26T08:26:53.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "aai-ml",
"timestamp": 1632644784342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "dcae-sch",
"timestamp": 1632644777897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "policy-id",
"timestamp": 1632644784553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "aai-ml",
"timestamp": 1632644784342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "dcae-sch",
"timestamp": 1632644777897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "policy-id",
"timestamp": 1632644784553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "aai-ml",
"timestamp": 1632644784342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "dcae-sch",
"timestamp": 1632644777897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "policy-id",
"timestamp": 1632644784553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "clamp",
"timestamp": 1632644786893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "aai-ml",
"timestamp": 1632644784342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "dcae-sch",
"timestamp": 1632644777897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.283Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:26:53.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.284Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:26:53.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "policy-id",
"timestamp": 1632644784553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "clamp",
"timestamp": 1632644786893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "cds",
"timestamp": 1632644788377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "dcae-sch",
"timestamp": 1632644777897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "aai-ml",
"timestamp": 1632644784342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "policy-id",
"timestamp": 1632644784553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "clamp",
"timestamp": 1632644786893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "cds",
"timestamp": 1632644788377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "dcae-sch",
"timestamp": 1632644777897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "aai-ml",
"timestamp": 1632644784342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.288Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:26:53.288Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "policy-id",
"timestamp": 1632644784553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "clamp",
"timestamp": 1632644786893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "cds",
"timestamp": 1632644788377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "dcae-sch",
"timestamp": 1632644777897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "aai-ml",
"timestamp": 1632644784342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "policy-id",
"timestamp": 1632644784553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644790752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "clamp",
"timestamp": 1632644786893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "cds",
"timestamp": 1632644788377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644790752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "clamp",
"timestamp": 1632644786893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "cds",
"timestamp": 1632644788377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "aai-ml",
"timestamp": 1632644793139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:26:53.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "policy-id",
"timestamp": 1632644793326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:26:53.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644790752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "clamp",
"timestamp": 1632644786893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "cds",
"timestamp": 1632644788377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "policy-id",
"timestamp": 1632644794335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:26:53.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644790752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "cds",
"timestamp": 1632644788377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "policy-id",
"timestamp": 1632644795337,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:26:53.321Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae
2021-09-26T08:26:53.321Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:26:53.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644790752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644794784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "cds",
"timestamp": 1632644796384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:26:53.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644790752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644794784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "cds",
"timestamp": 1632644797398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:26:53.342Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae
2021-09-26T08:26:53.343Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:26:53.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1632644790752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644794784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644794784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644794784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644794784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644799894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644794784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644799894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644799894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644799894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "aai-ml",
"timestamp": 1632644804257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:26:53.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644799894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644804567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:26:53.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "aai-ml",
"timestamp": 1632644805261,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:26:53.363Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae
2021-09-26T08:26:53.363Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:26:53.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644799894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:53.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644799894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:26:53.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:26:53.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644806860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:26:53.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "clamp",
"timestamp": 1632644807842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:26:53.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644808362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:26:53.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644808671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:26:53.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644809732,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:26:53.379Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae
2021-09-26T08:26:53.379Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-26T08:26:53.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632644810736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-26T08:26:53.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "clamp",
"timestamp": 1632644810844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:26:53.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644811289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:26:53.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:26:53.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "clamp",
"timestamp": 1632644811847,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2021-09-26T08:26:53.388Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:26:53.389Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:26:53.389Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:26:53.393Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae
2021-09-26T08:26:53.393Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:26:53.400Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:26:53.400Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:26:53.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:26:53.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632644812296,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:26:53.406Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1454bb58-a4f9-4713-ac41-7be6644914ae
2021-09-26T08:26:53.406Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1454bb58-a4f9-4713-ac41-7be6644914ae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:26:54.289Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:26:54.290Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:26:54.291Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:26:54.292Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "NOTIFIED"
}
2021-09-26T08:26:54.392Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:26:54.393Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:26:54.393Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:26:54.449Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:26:54.449Z||pool-20-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:26:55.292Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:26:55.293Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:26:55.295Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:26:55.295Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-26T08:26:55.395Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:26:55.396Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:26:55.396Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:26:55.407Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:26:55.407Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-26T08:26:56.295Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:26:56.296Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:26:56.298Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:26:56.298Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:56.400Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-26T08:26:56.401Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:26:56.401Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:26:56.413Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:26:56.413Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:26:57.299Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:26:57.300Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:26:57.302Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:26:57.302Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-26T08:26:57.402Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:26:57.403Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:26:57.403Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:26:57.414Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:26:57.415Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:26:58.303Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:26:58.304Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:26:58.306Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:26:58.306Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:26:58.407Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:26:58.408Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:26:58.408Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:26:58.423Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:26:58.423Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:26:59.307Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:26:59.307Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:26:59.310Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:26:59.310Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:26:59.410Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:26:59.411Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:26:59.411Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:26:59.425Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:26:59.425Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:27:00.319Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"serviceName": "basic_onboard_CvReyJ",
"serviceVersion": "1.0",
"serviceUUID": "f779d209-2deb-4718-953c-b7cc2ae57148",
"serviceDescription": "service",
"serviceInvariantUUID": "be2dca99-c907-4f7f-ab96-124aecb01a43",
"resources": [
{
"resourceInstanceName": "basic_onboard_CvReyJ 0",
"resourceCustomizationUUID": "05f609cf-014b-40b3-beca-bb5303240b0e",
"resourceName": "basic_onboard_CvReyJ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "72ebc766-c583-4599-bd31-99d1c08d945f",
"resourceInvariantUUID": "0745f9ca-e27f-425e-9a02-aecc2bd30a97",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cvreyj0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"artifactChecksum": "Zjc2OGFhZWIxNDVkYjc4MGZhZThlNDQ1OGQyYjNiNzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4855f6af-3d29-496d-8d7b-830c9fa9b2b9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "54491b50-eb1c-41eb-8dcf-8ffd475d9373",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f1bcd2c-7d04-4025-9959-5a137c4ddfdc",
"generatedFromUUID": "54491b50-eb1c-41eb-8dcf-8ffd475d9373"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f1bcd2c-7d04-4025-9959-5a137c4ddfdc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCvreyj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"artifactChecksum": "Y2M1NWQwZGIxNTJlM2VkMWRiZTEzZThkN2NhNGYzYTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b01e7922-644a-44da-84f4-4d45be11a2c1"
}
],
"workloadContext": "Production"
}
2021-09-26T08:27:00.320Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-26T08:27:00.320Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f779d209-2deb-4718-953c-b7cc2ae57148 ASDC
2021-09-26T08:27:00.321Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1454bb58-a4f9-4713-ac41-7be6644914ae
ServiceName:basic_onboard_CvReyJ
ServiceVersion:1.0
ServiceUUID:f779d209-2deb-4718-953c-b7cc2ae57148
ServiceInvariantUUID:be2dca99-c907-4f7f-ab96-124aecb01a43
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCvreyj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar
ArtifactUUID:b01e7922-644a-44da-84f4-4d45be11a2c1
ArtifactChecksum:Y2M1NWQwZGIxNTJlM2VkMWRiZTEzZThkN2NhNGYzYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CvReyJ 0
ResourceCustomizationUUID:05f609cf-014b-40b3-beca-bb5303240b0e
ResourceInvariantUUID:0745f9ca-e27f-425e-9a02-aecc2bd30a97
ResourceName:basic_onboard_CvReyJ
ResourceType:VF
ResourceUUID:72ebc766-c583-4599-bd31-99d1c08d945f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cvreyj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json
ArtifactUUID:4855f6af-3d29-496d-8d7b-830c9fa9b2b9
ArtifactChecksum:Zjc2OGFhZWIxNDVkYjc4MGZhZThlNDQ1OGQyYjNiNzA=
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/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:54491b50-eb1c-41eb-8dcf-8ffd475d9373
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/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env
ArtifactUUID:1f1bcd2c-7d04-4025-9959-5a137c4ddfdc
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/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env
ArtifactUUID:1f1bcd2c-7d04-4025-9959-5a137c4ddfdc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-26T08:27:00.321Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f779d209-2deb-4718-953c-b7cc2ae57148 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-26T08:27:00.357Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-26T08:27:00.358Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-26T08:27:00.359Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-26T08:27:00.359Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b01e7922-644a-44da-84f4-4d45be11a2c1 from URL: /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:00.359Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-26T08:27:00.359Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:03.216Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-26T08:27:03.221Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar b01e7922-644a-44da-84f4-4d45be11a2c1 71353
2021-09-26T08:27:03.222Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar ASDC sendASDCNotification
2021-09-26T08:27:03.222Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:03.222Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-26T08:27:03.223Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:27:03.226Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:27:03.226Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644823222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:27:03.326Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:27:03.328Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:27:03.328Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:03.345Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:27:03.346Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:27:04.227Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-26T08:27:04.228Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-26T08:27:04.229Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b01e7922-644a-44da-84f4-4d45be11a2c1, URL: /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar to file: /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:04.230Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:04.231Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:04.231Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:04.642Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12776147026386634583/Definitions/service-BasicOnboardCvreyj-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-26T08:27:06.047Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-26T08:27:06.048Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-26T08:27:06.048Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:06.048Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-26T08:27:06.048Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CvReyJ 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-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:06.049Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:06.050Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria
2021-09-26T08:27:06.051Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-26T08:27:06.051Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-26T08:27:06.051Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.051Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:06.052Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria
2021-09-26T08:27:06.052Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-26T08:27:06.052Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-26T08:27:06.052Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.052Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:06.053Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.053Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is not matching search criteria
2021-09-26T08:27:06.053Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-26T08:27:06.053Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-26T08:27:06.054Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-26T08:27:06.054Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-26T08:27:06.054Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-26T08:27:06.054Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.054Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-26T08:27:06.055Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.055Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria
2021-09-26T08:27:06.055Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:27:06.055Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.056Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria
2021-09-26T08:27:06.056Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:27:06.056Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.056Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria
2021-09-26T08:27:06.056Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:27:06.057Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.057Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is not matching search criteria
2021-09-26T08:27:06.057Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-26T08:27:06.057Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-26T08:27:06.057Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e1d1178f-a1bd-4ae6-928f-f81e015c6761
2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.058Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:06.059Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:06.059Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:06.059Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CvReyJ
Description:service
Model UUID:f779d209-2deb-4718-953c-b7cc2ae57148
Model Version:NULL
Model InvariantUuid:be2dca99-c907-4f7f-ab96-124aecb01a43
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CvReyJ
Model UUID:79abcaea-6de1-4960-80e7-f45a1f559a06
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0745f9ca-e27f-425e-9a02-aecc2bd30a97
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:05f609cf-014b-40b3-beca-bb5303240b0e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9998e35f-7be9-4852-8464-f8964abf88be
ModelName:BasicOnboardCvreyj..base_ubuntu18..module-0
ModelUuid:1d8d63a2-c87a-4412-b3f0-beea9cc55533
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e1d1178f-a1bd-4ae6-928f-f81e015c6761
ModelInvariantUuid:081b2095-8420-49a7-bac7-a44ff4aab21a
ModelName:basic_onboard_CvReyJ-nodes.ubuntu18Cvfc
ModelUuid:b798927b-be2b-4c35-9596-7adb7c824220
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:99dae5f0-3b64-4af3-bc11-c2e6b452bd7a
ModelInvariantUuid:aeb6205e-abe8-4277-8e27-7b1529f2504c
ModelName:BasicOnboardCvreyj.compute.nodes.heat.ubuntu18
ModelUuid:32aa5cf3-38c2-4dc6-a4e6-a0cffac04515
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-26T08:27:06.067Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 72ebc766-c583-4599-bd31-99d1c08d945f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-26T08:27:06.074Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||basic_onboard_CvReyJ 0
2021-09-26T08:27:06.075Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 72ebc766-c583-4599-bd31-99d1c08d945f
2021-09-26T08:27:06.075Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4855f6af-3d29-496d-8d7b-830c9fa9b2b9 from URL: /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json
2021-09-26T08:27:06.075Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-26T08:27:06.075Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json
2021-09-26T08:27:07.174Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-26T08:27:07.175Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json 4855f6af-3d29-496d-8d7b-830c9fa9b2b9 798
2021-09-26T08:27:07.175Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json ASDC sendASDCNotification
2021-09-26T08:27:07.175Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json
2021-09-26T08:27:07.176Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-26T08:27:07.176Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:27:07.178Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:27:07.178Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644827175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:27:07.278Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:27:07.279Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:27:07.279Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:07.292Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:27:07.293Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-26T08:27:08.179Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCvreyj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9998e35f-7be9-4852-8464-f8964abf88be",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d8d63a2-c87a-4412-b3f0-beea9cc55533",
"vfModuleModelCustomizationUUID": "2185b8bb-40eb-4cc9-acd8-b8a85576ff86",
"isBase": true,
"artifacts": [
"54491b50-eb1c-41eb-8dcf-8ffd475d9373",
"1f1bcd2c-7d04-4025-9959-5a137c4ddfdc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-26T08:27:08.185Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCvreyj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d8d63a2-c87a-4412-b3f0-beea9cc55533
VfModuleModelInvariantUUID:9998e35f-7be9-4852-8464-f8964abf88be
VfModuleModelDescription:NULL
Artifacts UUID List:{
54491b50-eb1c-41eb-8dcf-8ffd475d9373
,
1f1bcd2c-7d04-4025-9959-5a137c4ddfdc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-26T08:27:08.188Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCvreyj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9998e35f-7be9-4852-8464-f8964abf88be",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d8d63a2-c87a-4412-b3f0-beea9cc55533",
"vfModuleModelCustomizationUUID": "2185b8bb-40eb-4cc9-acd8-b8a85576ff86",
"isBase": true,
"artifacts": [
"54491b50-eb1c-41eb-8dcf-8ffd475d9373",
"1f1bcd2c-7d04-4025-9959-5a137c4ddfdc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-26T08:27:08.188Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCvreyj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d8d63a2-c87a-4412-b3f0-beea9cc55533
VfModuleModelInvariantUUID:9998e35f-7be9-4852-8464-f8964abf88be
VfModuleModelDescription:NULL
Artifacts UUID List:{
54491b50-eb1c-41eb-8dcf-8ffd475d9373
,
1f1bcd2c-7d04-4025-9959-5a137c4ddfdc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-26T08:27:08.189Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 54491b50-eb1c-41eb-8dcf-8ffd475d9373 from URL: /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml
2021-09-26T08:27:08.189Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-26T08:27:08.190Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml
2021-09-26T08:27:08.913Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-26T08:27:08.914Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml 54491b50-eb1c-41eb-8dcf-8ffd475d9373 5033
2021-09-26T08:27:08.914Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-26T08:27:08.914Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml
2021-09-26T08:27:08.914Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-26T08:27:08.915Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:27:08.917Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:27:08.918Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644828914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:27:09.017Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:27:09.018Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:27:09.018Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:09.032Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:27:09.032Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:27:09.919Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1f1bcd2c-7d04-4025-9959-5a137c4ddfdc from URL: /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env
2021-09-26T08:27:09.920Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-26T08:27:09.925Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env
2021-09-26T08:27:10.537Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-26T08:27:10.539Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env 1f1bcd2c-7d04-4025-9959-5a137c4ddfdc 909
2021-09-26T08:27:10.539Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-26T08:27:10.539Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env
2021-09-26T08:27:10.539Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-26T08:27:10.539Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:27:10.547Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:27:10.547Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644830539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:27:10.641Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-26T08:27:10.642Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:27:10.643Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:10.660Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:27:10.660Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-26T08:27:11.548Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f779d209-2deb-4718-953c-b7cc2ae57148
2021-09-26T08:27:11.563Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CvReyJ 0 72ebc766-c583-4599-bd31-99d1c08d945f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-26T08:27:11.594Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47817acb, org.onap.sdc.toscaparser.api.parameters.Input@7f136599, org.onap.sdc.toscaparser.api.parameters.Input@476d4573, org.onap.sdc.toscaparser.api.parameters.Input@33c4b959, org.onap.sdc.toscaparser.api.parameters.Input@7fdfcac8]
2021-09-26T08:27:11.597Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.598Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:11.598Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-09-26T08:27:11.598Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 05f609cf-014b-40b3-beca-bb5303240b0e
2021-09-26T08:27:11.598Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 05f609cf-014b-40b3-beca-bb5303240b0e matches Tosca VF Customization UUID: 05f609cf-014b-40b3-beca-bb5303240b0e
2021-09-26T08:27:11.598Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 05f609cf-014b-40b3-beca-bb5303240b0e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-26T08:27:11.602Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.602Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:11.603Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 05f609cf-014b-40b3-beca-bb5303240b0e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-26T08:27:11.603Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20f7b62c
2021-09-26T08:27:11.603Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.603Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-26T08:27:11.603Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2185b8bb-40eb-4cc9-acd8-b8a85576ff86
2021-09-26T08:27:11.604Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2185b8bb-40eb-4cc9-acd8-b8a85576ff86
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-26T08:27:11.608Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.609Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria
2021-09-26T08:27:11.609Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:27:11.609Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.609Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria
2021-09-26T08:27:11.609Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:27:11.610Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.610Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is not matching search criteria
2021-09-26T08:27:11.610Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-26T08:27:11.612Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-26T08:27:11.612Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e1d1178f-a1bd-4ae6-928f-f81e015c6761
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-26T08:27:11.617Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.617Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria
2021-09-26T08:27:11.618Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:27:11.618Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.618Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CvReyJ 0 is matching search criteria
2021-09-26T08:27:11.618Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CvReyJ 0] matching following query criteria: sdcType=VF, customizationUUID=05f609cf-014b-40b3-beca-bb5303240b0e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-26T08:27:11.620Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.620Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:11.621Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f779d209-2deb-4718-953c-b7cc2ae57148: basic_onboard_CvReyJ
2021-09-26T08:27:11.621Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.621Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:11.622Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.622Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:11.622Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.623Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:11.623Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.623Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:11.623Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:27:11.624Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CvReyJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:27:11.624Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_CvReyJ
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:27:11.734Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CvReyJ 72ebc766-c583-4599-bd31-99d1c08d945f 1 ASDC deployResourceStructure
2021-09-26T08:27:11.734Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json ASDC sendASDCNotification
2021-09-26T08:27:11.735Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json
2021-09-26T08:27:11.735Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-26T08:27:11.735Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:27:11.738Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:27:11.738Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644831734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-26T08:27:11.838Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:27:11.839Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:27:11.839Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:11.854Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:27:11.854Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:27:12.739Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-26T08:27:12.741Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml
2021-09-26T08:27:12.741Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-26T08:27:12.742Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:27:12.744Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:27:12.744Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644832739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-26T08:27:12.844Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:27:12.844Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:27:12.844Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:12.854Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:27:12.855Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:27:13.745Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-26T08:27:13.745Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env
2021-09-26T08:27:13.745Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-26T08:27:13.745Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:27:13.749Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:27:13.749Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644833745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-26T08:27:13.848Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:27:13.849Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:27:13.849Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:13.863Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:27:13.863Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:27:14.750Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar ASDC sendASDCNotification
2021-09-26T08:27:14.750Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar
2021-09-26T08:27:14.751Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-26T08:27:14.751Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:27:14.753Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:27:14.753Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644834750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:27:14.853Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:27:14.854Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:27:14.854Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:14.866Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:27:14.866Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:27:15.754Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1454bb58-a4f9-4713-ac41-7be6644914ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:27:15.772Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1454bb58-a4f9-4713-ac41-7be6644914ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:27:15.776Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-26T08:27:15.776Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-26T08:27:15.777Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-26T08:27:15.777Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-26T08:27:15.777Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:27:15.777Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:27:15.778Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:27:15.778Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:27:15.778Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:27:15.778Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:27:15.779Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-09-26T08:27:15.784Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-26T08:27:45.785Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1454bb58-a4f9-4713-ac41-7be6644914ae and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-26T08:27:45.801Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1454bb58-a4f9-4713-ac41-7be6644914ae and serviceModelVersionId: f779d209-2deb-4718-953c-b7cc2ae57148
2021-09-26T08:27:45.802Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be2dca99-c907-4f7f-ab96-124aecb01a43
2021-09-26T08:27:45.804Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0
2021-09-26T08:27:45.813Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-26T08:27:45.885Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-26T08:27:45.887Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0|INFO|500||Invoke
2021-09-26T08:27:45.920Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-26T08:27:46.290Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0|INFO|500||InvokeReturn
2021-09-26T08:27:46.291Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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/be2dca99-c907-4f7f-ab96-124aecb01a43/model-vers/model-ver/f779d209-2deb-4718-953c-b7cc2ae57148?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210926-08:27:45:912-90520], vertex-id=[237608], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:27:45 GMT], Content-Type=[application/json]}
2021-09-26T08:27:46.291Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-09-26T08:27:46.292Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-26T08:27:46.292Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-09-26T08:27:46.299Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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-09-26T08:27:46.300Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1454bb58-a4f9-4713-ac41-7be6644914ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-26T08:27:46.300Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-26T08:27:46.302Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:27:46.305Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:27:46.305Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644866300,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-26T08:27:46.405Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:27:46.407Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:27:46.407Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:46.426Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:27:46.427Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-26T08:27:52.630Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:27:52.631Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:27:52.631Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:27:52.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:27:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:27:52.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:27:52.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-26T08:27:52.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:27:52.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-26T08:28:02.171Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:28:52.633Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:28:52.637Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:28:52.638Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:28:52.641Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:28:52.646Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:28:52.646Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:28:53.175Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:28:53.177Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.177Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "NOTIFIED"
}
2021-09-26T08:28:53.179Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:28:53.179Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.180Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-26T08:28:53.180Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:28:53.180Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.180Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:28:53.180Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:28:53.181Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.181Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-26T08:28:53.181Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:28:53.181Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.182Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:28:53.182Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:28:53.183Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.183Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644812630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:28:53.183Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:28:53.184Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.184Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644823222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:28:53.185Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:28:53.185Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.186Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644827175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:28:53.186Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:28:53.187Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.187Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644828914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:28:53.188Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:28:53.188Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.188Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644830539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:28:53.189Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:28:53.189Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.189Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644831734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/basic_onboard_cvreyj0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-26T08:28:53.190Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:28:53.191Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.191Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644832739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-26T08:28:53.191Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:28:53.192Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.192Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644833745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/resourceInstances/basic_onboard_cvreyj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-26T08:28:53.193Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:28:53.193Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.193Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644834750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvreyj/1.0/artifacts/service-BasicOnboardCvreyj-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:28:53.194Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:28:53.194Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:28:53.194Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1454bb58-a4f9-4713-ac41-7be6644914ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632644866300,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-26T08:28:53.195Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:29:02.203Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:29:52.632Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:29:52.636Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:29:52.636Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:29:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:29:52.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:29:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:30:02.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:30:02.296Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:30:52.631Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:30:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:30:52.634Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:30:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:30:52.638Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:30:52.639Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:31:02.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:31:02.201Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:31:52.631Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:31:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:31:52.634Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:31:52.634Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:31:52.640Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:31:52.641Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:32:02.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:32:02.215Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:32:52.630Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:32:52.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:32:52.632Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:32:52.632Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:32:52.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:32:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:33:02.186Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:33:02.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:33:52.631Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:33:52.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:33:52.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:33:52.634Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:33:52.634Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:33:52.634Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:34:02.199Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:34:02.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:34:52.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:34:52.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:34:52.635Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:34:52.635Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:34:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:34:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:35:02.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:35:02.212Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:35:52.634Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:35:52.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:35:52.638Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:35:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:35:52.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:35:52.650Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:36:02.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:36:02.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:36:52.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:36:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:36:52.634Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:36:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:36:52.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:36:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:37:02.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:37:02.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:37:52.632Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:37:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:37:52.638Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:37:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:37:52.637Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:37:52.639Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:38:02.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:38:02.197Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:38:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:38:52.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:38:52.635Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:38:52.635Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:38:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:38:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:39:02.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:39:02.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:39:52.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:39:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:39:52.635Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:39:52.635Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:39:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:39:52.635Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:40:02.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:40:02.205Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:40:52.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:40:52.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:40:52.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:40:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:40:52.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:40:52.633Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:41:02.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:41:02.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:41:52.632Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:41:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:41:52.637Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:41:52.637Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:41:52.637Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:41:52.637Z|1454bb58-a4f9-4713-ac41-7be6644914ae|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:42:02.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:42:02.219Z|1454bb58-a4f9-4713-ac41-7be6644914ae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:42:52.635Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:42:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:42:52.638Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:42:52.638Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:42:52.638Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:42:52.638Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:42:53.270Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:42:53.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3650281c-5928-4eab-8500-02fc019775b9","serviceDescription":"service","serviceInvariantUUID":"5fbbcbeb-727f-41b2-8efb-93ba858ca767","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2d2d5bb7-45eb-4f1d-96bc-ef2362031e66","resourceInvariantUUID":"3777e1ed-6e6d-47fa-badb-2c1654ee27e7","resourceCustomizationUUID":"e47b0352-adcd-43b3-97b4-5753e3bc5185","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":"MjQzZWIxMDFhNTRiNzkzZTEwOGRiZmJhZWM2NTI0NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18e0fe50-671c-41dd-bd54-659f63e0e017","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWY1MWUzZTgzNjNkMWNiZDQzZDUyZTZmODNiMzViNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06d8efdb-52d1-47ba-9d59-81745a4a000a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-26T08:42:53.281Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:42:53.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:42:53.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:42:53.283Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.285Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "clamp",
"timestamp": 1632645716893,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.286Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.286Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.286Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "dcae-sch",
"timestamp": 1632645717886,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.286Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.286Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "policy-id",
"timestamp": 1632645724554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "cds",
"timestamp": 1632645718377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.287Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "clamp",
"timestamp": 1632645716893,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:42:53.287Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645772635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.287Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "dcae-sch",
"timestamp": 1632645717886,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "policy-id",
"timestamp": 1632645724554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "cds",
"timestamp": 1632645718377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632645729894,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.288Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632645730752,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632645729894,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "cds",
"timestamp": 1632645732263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:42:53.289Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632645730752,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "policy-id",
"timestamp": 1632645732461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.290Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "cds",
"timestamp": 1632645733270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:42:53.309Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2
2021-09-26T08:42:53.310Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:42:53.318Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "policy-id",
"timestamp": 1632645733469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632645734031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.319Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "policy-id",
"timestamp": 1632645734473,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:42:53.324Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2
2021-09-26T08:42:53.325Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:42:53.351Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632645734784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632645735840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.352Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "clamp",
"timestamp": 1632645736029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:42:53.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:42:53.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632645734784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:42:53.353Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.359Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.359Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632645736851,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:42:53.364Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2
2021-09-26T08:42:53.364Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:42:53.377Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.378Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "clamp",
"timestamp": 1632645738031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:42:53.378Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:42:53.378Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.378Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "clamp",
"timestamp": 1632645739040,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:42:53.383Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2
2021-09-26T08:42:53.383Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 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=?
2021-09-26T08:42:53.387Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:42:53.388Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:42:53.388Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "aai-ml",
"timestamp": 1632645744343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "aai-ml",
"timestamp": 1632645744343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:42:53.393Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "aai-ml",
"timestamp": 1632645748500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "aai-ml",
"timestamp": 1632645753624,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:42:53.394Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:42:53.395Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "aai-ml",
"timestamp": 1632645754639,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:42:53.399Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:42:53.399Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2
2021-09-26T08:42:53.399Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:42:53.399Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:42:54.288Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:42:54.288Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:42:54.291Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:42:54.291Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645772635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:42:54.391Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:42:54.391Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:42:54.391Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:42:54.412Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:42:54.413Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-09-26T08:42:55.292Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3650281c-5928-4eab-8500-02fc019775b9",
"serviceDescription": "service",
"serviceInvariantUUID": "5fbbcbeb-727f-41b2-8efb-93ba858ca767",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e47b0352-adcd-43b3-97b4-5753e3bc5185",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2d2d5bb7-45eb-4f1d-96bc-ef2362031e66",
"resourceInvariantUUID": "3777e1ed-6e6d-47fa-badb-2c1654ee27e7",
"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": "OWY1MWUzZTgzNjNkMWNiZDQzZDUyZTZmODNiMzViNTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "06d8efdb-52d1-47ba-9d59-81745a4a000a"
}
],
"workloadContext": "Production"
}
2021-09-26T08:42:55.293Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-26T08:42:55.293Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3650281c-5928-4eab-8500-02fc019775b9 ASDC
2021-09-26T08:42:55.294Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3650281c-5928-4eab-8500-02fc019775b9
ServiceInvariantUUID:5fbbcbeb-727f-41b2-8efb-93ba858ca767
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:06d8efdb-52d1-47ba-9d59-81745a4a000a
ArtifactChecksum:OWY1MWUzZTgzNjNkMWNiZDQzZDUyZTZmODNiMzViNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e47b0352-adcd-43b3-97b4-5753e3bc5185
ResourceInvariantUUID:3777e1ed-6e6d-47fa-badb-2c1654ee27e7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2d2d5bb7-45eb-4f1d-96bc-ef2362031e66
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-26T08:42:55.294Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3650281c-5928-4eab-8500-02fc019775b9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-26T08:42:55.331Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-26T08:42:55.333Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-26T08:42:55.334Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-26T08:42:55.334Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 06d8efdb-52d1-47ba-9d59-81745a4a000a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-26T08:42:55.334Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-26T08:42:55.335Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-26T08:42:55.564Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-26T08:42:55.566Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 06d8efdb-52d1-47ba-9d59-81745a4a000a 52176
2021-09-26T08:42:55.567Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-26T08:42:55.567Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-26T08:42:55.567Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-26T08:42:55.568Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:42:55.570Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:42:55.570Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645775567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:42:55.670Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:42:55.671Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:42:55.671Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:42:55.688Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:42:55.689Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:42:56.571Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-26T08:42:56.572Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-26T08:42:56.573Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 06d8efdb-52d1-47ba-9d59-81745a4a000a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:56.612Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-26T08:42:56.613Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:56.614Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:56.871Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7621072600436839113/Definitions/service-BasicNetwork-template.yml
2021-09-26T08:42:57.430Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-26T08:42:57.431Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-26T08:42:57.431Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:57.431Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-26T08:42:57.431Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:57.431Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:57.432Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:57.432Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:57.432Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:57.432Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:57.433Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:57.433Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-26T08:42:57.433Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-26T08:42:57.433Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.434Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.434Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-26T08:42:57.435Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-26T08:42:57.435Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-26T08:42:57.435Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.435Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.435Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-26T08:42:57.436Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-26T08:42:57.436Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-26T08:42:57.436Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.436Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.436Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.437Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.437Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.437Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.438Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.438Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.438Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.438Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.438Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3650281c-5928-4eab-8500-02fc019775b9
Model Version:NULL
Model InvariantUuid:5fbbcbeb-727f-41b2-8efb-93ba858ca767
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3777e1ed-6e6d-47fa-badb-2c1654ee27e7
Model UUID:5bc89ead-fca3-4fea-a60f-e73cd40023c0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e47b0352-adcd-43b3-97b4-5753e3bc5185
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-26T08:42:57.448Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 2d2d5bb7-45eb-4f1d-96bc-ef2362031e66
2021-09-26T08:42:57.448Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||No resources found for Service: 3650281c-5928-4eab-8500-02fc019775b9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-26T08:42:57.453Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||
2021-09-26T08:42:57.454Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-26T08:42:57.455Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3650281c-5928-4eab-8500-02fc019775b9
2021-09-26T08:42:57.455Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3650281c-5928-4eab-8500-02fc019775b9
2021-09-26T08:42:57.455Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-26T08:42:57.455Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-26T08:42:57.461Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28fa9e1e, org.onap.sdc.toscaparser.api.parameters.Input@4cb4c9d6, org.onap.sdc.toscaparser.api.parameters.Input@ca3df1a, org.onap.sdc.toscaparser.api.parameters.Input@72fbb2c1, org.onap.sdc.toscaparser.api.parameters.Input@e0dd8ee]
2021-09-26T08:42:57.465Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.465Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.465Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.465Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.465Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3650281c-5928-4eab-8500-02fc019775b9: Generic NeutronNet
2021-09-26T08:42:57.466Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.466Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.466Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.466Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-26T08:42:57.503Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.504Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.504Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.504Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.504Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:42:57.504Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:42:57.505Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-26T08:42:57.564Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-26T08:42:57.565Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-26T08:42:57.565Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-26T08:42:57.565Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-26T08:42:57.565Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:42:57.567Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:42:57.567Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645777565,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:42:57.667Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:42:57.668Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:42:57.669Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:42:57.679Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:42:57.680Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:42:58.568Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:42:58.579Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-26T08:42:58.582Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-26T08:42:58.582Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-26T08:42:58.582Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:42:58.583Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-26T08:42:58.584Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-26T08:42:58.588Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-26T08:43:28.588Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-26T08:43:28.594Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 and serviceModelVersionId: 3650281c-5928-4eab-8500-02fc019775b9
2021-09-26T08:43:28.594Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5fbbcbeb-727f-41b2-8efb-93ba858ca767
2021-09-26T08:43:28.596Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0
2021-09-26T08:43:28.599Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-26T08:43:28.667Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-26T08:43:28.670Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0|INFO|500||Invoke
2021-09-26T08:43:28.691Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-26T08:43:29.358Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0|INFO|500||InvokeReturn
2021-09-26T08:43:29.359Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fbbcbeb-727f-41b2-8efb-93ba858ca767/model-vers/model-ver/3650281c-5928-4eab-8500-02fc019775b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210926-08:43:28:693-66428], vertex-id=[368656], Content-Length=[0], Date=[Sun, 26 Sep 2021 08:43:28 GMT], Content-Type=[application/json]}
2021-09-26T08:43:29.359Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-26T08:43:29.360Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-26T08:43:29.360Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-26T08:43:29.366Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-26T08:43:29.366Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-26T08:43:29.366Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-26T08:43:29.367Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:43:29.372Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:43:29.372Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645809366,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-26T08:43:29.469Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-26T08:43:29.470Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:43:29.470Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:43:29.512Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:43:29.513Z||pool-39-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-26T08:43:52.632Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:43:52.631Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:43:52.635Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:43:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:43:52.635Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:43:52.635Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:43:52.760Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:43:52.762Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-26T08:43:52.762Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645772635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:43:52.764Z|68d51b23-f62c-49c6-b56a-37c48c0c2518|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-26T08:44:02.200Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:44:52.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:44:52.631Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-26T08:44:52.635Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:44:52.636Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:44:52.636Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-26T08:44:52.636Z||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 SZLOpYJdnk2d5bJo) ...
2021-09-26T08:44:52.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:44:52.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:44:52.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645772635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:44:52.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-26T08:44:52.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:44:52.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645775567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:44:52.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:44:52.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:44:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645777565,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-26T08:44:52.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:44:52.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-26T08:44:52.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645809366,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-26T08:44:52.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-26T08:44:53.299Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:44:53.302Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-26T08:44:53.302Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"69966dc9-005e-40f3-9300-34c8e404f2f2","serviceDescription":"service","serviceInvariantUUID":"607be6ee-dcd0-4d5d-a795-493f0d0c3925","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"30622e2f-bc68-4394-8678-1165ab0a1107","resourceInvariantUUID":"5432decd-8ef5-44a1-adbb-422f25e6677e","resourceCustomizationUUID":"31583389-0579-4611-a3d3-b6afd407daac","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":"MzQxYjI2MmMwMTY2NDI0MWRhY2M0ZGRmNGRmZjJmMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2cc6cbb-0b91-4ddb-a38e-c119af76857d","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":"OGNmM2VhZDNlNzYyMjM1MjliMTdhZGVjNGZlMzE4ZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a118139-5f27-438f-923c-2c9eb8edab36","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":"f47f05d8-af95-4d63-a0fa-907a83530336","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":"60b74a7b-dc10-4f2c-85fa-31f49a0ae797","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":"8a0fabae-49b2-41e2-91bb-9f743d9fc455","artifactVersion":"2","generatedFromUUID":"f47f05d8-af95-4d63-a0fa-907a83530336"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTIxZTM1YzI3NjFkYWUzNTZhY2Y2NTIxZDgyMGRiZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b51557b2-d0ae-4333-af43-8ae7210dba5f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjJkOTU4YmZhOTlhZmNjYzM1MzM5MGIwNDRjODIxMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7063dd66-dab6-41b5-98ac-c85c7ac9b53d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-26T08:44:53.306Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:44:53.306Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:44:53.317Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:44:53.317Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645892631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:44:53.412Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-26T08:44:53.413Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:44:53.413Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:44:53.428Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:44:53.429Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:44:54.324Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:44:54.325Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:44:54.328Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:44:54.328Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645892631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-26T08:44:54.430Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:44:54.430Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:44:54.430Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:44:54.458Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:44:54.458Z||pool-41-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:44:55.329Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:44:55.329Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:44:55.333Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:44:55.333Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645892631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-26T08:44:55.431Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-26T08:44:55.432Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:44:55.432Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:44:55.444Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:44:55.446Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:44:56.333Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:44:56.334Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:44:56.337Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:44:56.337Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645892631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:44:56.436Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-26T08:44:56.437Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:44:56.437Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:44:56.450Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:44:56.452Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:44:57.338Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:44:57.338Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:44:57.341Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:44:57.341Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645892631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-26T08:44:57.441Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:44:57.442Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:44:57.442Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:44:57.468Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:44:57.468Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:44:58.341Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:44:58.342Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:44:58.345Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:44:58.345Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645892631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-26T08:44:58.445Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:44:58.446Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:44:58.446Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:44:58.459Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:44:58.460Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:44:59.345Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-26T08:44:59.346Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:44:59.348Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:44:59.348Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645892631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-26T08:44:59.448Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-26T08:44:59.449Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:44:59.449Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:44:59.481Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:44:59.482Z||pool-46-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:45:00.349Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "69966dc9-005e-40f3-9300-34c8e404f2f2",
"serviceDescription": "service",
"serviceInvariantUUID": "607be6ee-dcd0-4d5d-a795-493f0d0c3925",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "31583389-0579-4611-a3d3-b6afd407daac",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "30622e2f-bc68-4394-8678-1165ab0a1107",
"resourceInvariantUUID": "5432decd-8ef5-44a1-adbb-422f25e6677e",
"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": "OGNmM2VhZDNlNzYyMjM1MjliMTdhZGVjNGZlMzE4ZTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a118139-5f27-438f-923c-2c9eb8edab36",
"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": "f47f05d8-af95-4d63-a0fa-907a83530336",
"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": "8a0fabae-49b2-41e2-91bb-9f743d9fc455",
"generatedFromUUID": "f47f05d8-af95-4d63-a0fa-907a83530336"
},
"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": "8a0fabae-49b2-41e2-91bb-9f743d9fc455",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NjJkOTU4YmZhOTlhZmNjYzM1MzM5MGIwNDRjODIxMzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7063dd66-dab6-41b5-98ac-c85c7ac9b53d"
}
],
"workloadContext": "Production"
}
2021-09-26T08:45:00.350Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-26T08:45:00.350Z|91a4d2bb-b93f-4b28-8bed-cffea3e0dfb2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69966dc9-005e-40f3-9300-34c8e404f2f2 ASDC
2021-09-26T08:45:00.352Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:69966dc9-005e-40f3-9300-34c8e404f2f2
ServiceInvariantUUID:607be6ee-dcd0-4d5d-a795-493f0d0c3925
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:7063dd66-dab6-41b5-98ac-c85c7ac9b53d
ArtifactChecksum:NjJkOTU4YmZhOTlhZmNjYzM1MzM5MGIwNDRjODIxMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:31583389-0579-4611-a3d3-b6afd407daac
ResourceInvariantUUID:5432decd-8ef5-44a1-adbb-422f25e6677e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:30622e2f-bc68-4394-8678-1165ab0a1107
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:0a118139-5f27-438f-923c-2c9eb8edab36
ArtifactChecksum:OGNmM2VhZDNlNzYyMjM1MjliMTdhZGVjNGZlMzE4ZTg=
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:f47f05d8-af95-4d63-a0fa-907a83530336
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:8a0fabae-49b2-41e2-91bb-9f743d9fc455
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:8a0fabae-49b2-41e2-91bb-9f743d9fc455
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-26T08:45:00.352Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69966dc9-005e-40f3-9300-34c8e404f2f2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-26T08:45:00.402Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-26T08:45:00.403Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-26T08:45:00.403Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-26T08:45:00.403Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7063dd66-dab6-41b5-98ac-c85c7ac9b53d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-26T08:45:00.403Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-26T08:45:00.404Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-26T08:45:05.051Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-26T08:45:05.056Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7063dd66-dab6-41b5-98ac-c85c7ac9b53d 70861
2021-09-26T08:45:05.056Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-26T08:45:05.056Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-26T08:45:05.057Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-26T08:45:05.057Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-26T08:45:05.061Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-26T08:45:05.061Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632645905056,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-26T08:45:05.159Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-26T08:45:05.160Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-26T08:45:05.160Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SZLOpYJdnk2d5bJo) ...
2021-09-26T08:45:05.173Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-26T08:45:05.173Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-26T08:45:06.062Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-26T08:45:06.063Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-26T08:45:06.063Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7063dd66-dab6-41b5-98ac-c85c7ac9b53d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:06.064Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-26T08:45:06.064Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:06.065Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:06.266Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8690951986342800567/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-26T08:45:07.498Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-26T08:45:07.499Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-26T08:45:07.499Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:07.499Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-26T08:45:07.499Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:07.500Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:07.500Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:07.500Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:07.500Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:07.500Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:07.501Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:07.501Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:07.501Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-26T08:45:07.501Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-26T08:45:07.502Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:45:07.502Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:45:07.503Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-26T08:45:07.503Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-26T08:45:07.503Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-26T08:45:07.504Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:45:07.504Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:45:07.504Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-26T08:45:07.504Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-26T08:45:07.504Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-26T08:45:07.505Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:45:07.505Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-26T08:45:07.505Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:45:07.506Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-26T08:45:07.506Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-26T08:45:07.506Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-26T08:45:07.506Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-26T08:45:07.506Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-26T08:45:07.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-26T08:45:07.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:45:07.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-26T08:45:07.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:45:07.507Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-26T08:45:07.508Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:45:07.508Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:45:07.508Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-26T08:45:07.508Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:45:07.508Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-26T08:45:07.509Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-26T08:45:07.509Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-26T08:45:07.509Z|7a5d6bb9-1fbe-49a2-ad86-fde6bdf1e006|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery