By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-11-27T09:38:32.918Z||main|||||INFO|500||The following profiles are active: basic
2021-11-27T09:38:47.390Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-27T09:38:47.391Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-27T09:38:47.569Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-27T09:38:53.243Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-27T09:38:53.717Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-27T09:38:54.576Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-27T09:38:54.586Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-27T09:38:55.175Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-27T09:38:55.980Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-27T09:38:57.106Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-27T09:39:03.978Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-27T09:39:06.363Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-27T09:39:06.432Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-27T09:39:07.200Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-27T09:39:07.422Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-27T09:39:08.978Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-27T09:39:10.414Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-27T09:39:10.447Z||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$$20cf312a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-27T09:39:10.448Z||main|||||WARN|500||The sdc end point is not alive
2021-11-27T09:39:14.183Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-27T09:39:17.496Z||main|||||WARN|500||---
2021-11-27T09:39:17.498Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-27T09:39:17.498Z||main|||||WARN|500||---
2021-11-27T09:39:17.990Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-27T09:39:23.426Z||main|||||INFO|500||Started Application in 54.43 seconds (JVM running for 59.116)
2021-11-27T09:39:23.460Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-27T09:39:23.463Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-27T09:39:23.479Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-27T09:39:23.511Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-27T09:39:23.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96987205-758d-4ae6-bebe-53db75cce5c1 url= /sdc/v1/artifactTypes
2021-11-27T09:39:23.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-27T09:39:23.865Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-27T09:39:23.893Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-27T09:39:23.915Z||scheduling-1|||||DEBUG|500||create keys
2021-11-27T09:39:23.922Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-27T09:39:24.273Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:39:24.292Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1dfe2ea9-722c-4b68-b685-57d77ce4d2ab url= /sdc/v1/registerForDistribution
2021-11-27T09:39:24.509Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1dfe2ea9-722c-4b68-b685-57d77ce4d2ab url= /sdc/v1/registerForDistribution
2021-11-27T09:39:24.510Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-27T09:39:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:39:24.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:39:24.527Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-27T09:39:24.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:39:24.531Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:39:24.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:39:24.532Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:39:36.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:39:36.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:40:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:40:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:40:24.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:40:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:40:24.524Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:40:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:40:34.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:40:34.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:41:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:41:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:41:24.524Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:41:24.524Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:41:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:41:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:41:34.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:41:34.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:42:24.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:42:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:42:24.522Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:42:24.522Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T09:42:24.522Z||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-11-27T09:42:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:42:34.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:42:34.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:43:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:43:24.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:43:24.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:43:24.532Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:43:24.540Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:43:24.540Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:43:34.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:43:34.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:44:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:44:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:44:24.525Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:44:24.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:44:24.526Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:44:24.526Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:44:34.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:44:34.091Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:45:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:45:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:45:24.523Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:45:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:45:24.523Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:45:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:45:34.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:45:34.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:46:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:46:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:46:24.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:46:24.525Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:46:24.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:46:24.528Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:46:34.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:46:34.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:47:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:47:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:47:24.523Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:47:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:47:24.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:47:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:47:34.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:47:34.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:48:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:48:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:48:24.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:48:24.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T09:48:24.522Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:48:24.522Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T09:48:34.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:48:34.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:48:48.510Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-27T09:49:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:49:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:49:24.522Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:49:24.522Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:49:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:49:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:49:34.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:49:34.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:50:24.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:50:24.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:50:24.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:50:24.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T09:50:24.521Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:50:24.522Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T09:50:34.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:50:34.091Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:51:24.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:51:24.521Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:51:24.521Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:51:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:51:24.523Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:51:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:51:34.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:51:34.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:52:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:52:24.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:52:24.525Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:52:24.526Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:52:24.525Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:52:24.526Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:52:34.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:52:34.092Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:53:24.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:53:24.521Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:53:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:53:24.521Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:53:24.521Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:53:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:53:34.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:53:34.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:54:24.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:54:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:54:24.523Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:54:24.523Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T09:54:24.523Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:54:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:54:34.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:54:34.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:55:24.519Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:55:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:55:24.523Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:55:24.523Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:55:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:55:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:55:34.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:55:34.088Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:56:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:56:24.520Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:56:24.520Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:56:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:56:24.521Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:56:24.521Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T09:56:34.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:56:34.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:57:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:57:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:57:24.523Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:57:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:57:24.523Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:57:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:57:34.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:57:34.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:58:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:58:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:58:24.521Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:58:24.521Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:58:24.521Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:58:24.522Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T09:58:34.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:58:34.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:59:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:59:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T09:59:24.525Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:59:24.525Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T09:59:24.525Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:59:24.525Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T09:59:34.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T09:59:34.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:00:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:00:24.520Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:00:24.520Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:00:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:00:24.521Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:00:24.521Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:00:34.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:00:34.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:01:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:01:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:01:24.523Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:01:24.523Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:01:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:01:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:01:34.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:01:34.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:02:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:02:24.528Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:02:24.530Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:02:24.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:02:24.531Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:02:24.530Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:02:34.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:02:34.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:03:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:03:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:03:24.521Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:03:24.521Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:03:24.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:03:24.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:03:34.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:03:34.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:04:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:04:24.522Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:04:24.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:04:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:04:24.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:04:24.528Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:04:34.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:04:34.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:05:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:05:24.521Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:05:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:05:24.521Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:05:24.522Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:05:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:05:34.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:05:34.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:06:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:06:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:06:24.522Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:06:24.522Z||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-11-27T10:06:24.523Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:06:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:06:34.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:06:34.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:07:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:07:24.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:07:24.521Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:07:24.521Z||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-11-27T10:07:24.522Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:07:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:07:34.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:07:34.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:08:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:08:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:08:24.521Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:08:24.521Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:08:24.524Z||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-11-27T10:08:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:08:34.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:08:34.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:09:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:09:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:09:24.520Z||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-11-27T10:09:24.521Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:09:24.521Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:09:24.521Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:09:34.066Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:09:34.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:10:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:10:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:10:24.523Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:10:24.523Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:10:24.523Z||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-11-27T10:10:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:10:34.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:10:34.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:11:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:11:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:11:24.521Z||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-11-27T10:11:24.521Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:11:24.521Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:11:24.521Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:11:34.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:11:34.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:12:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:12:24.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:12:24.522Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:12:24.522Z||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-11-27T10:12:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:12:24.522Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:12:34.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:12:34.091Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:13:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:13:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:13:24.522Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:13:24.522Z||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-11-27T10:13:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:13:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:13:34.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:13:34.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:14:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:14:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:14:24.522Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:14:24.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:14:24.522Z||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-11-27T10:14:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:14:34.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:14:34.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:15:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:15:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:15:24.522Z||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-11-27T10:15:24.522Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:15:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:15:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:15:34.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:15:34.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:16:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:16:24.520Z||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-11-27T10:16:24.520Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:16:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:16:24.521Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:16:24.522Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:16:34.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:16:34.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:17:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:17:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:17:24.523Z||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-11-27T10:17:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:17:24.524Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:17:24.525Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:17:34.086Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:17:34.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:18:24.519Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:18:24.520Z||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-11-27T10:18:24.520Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:18:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:18:24.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:18:24.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:18:34.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:18:34.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:19:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:19:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:19:24.523Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:19:24.523Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:19:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:19:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:19:34.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:19:34.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:20:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:20:24.520Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:20:24.520Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:20:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:20:24.521Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:20:24.521Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:20:34.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:20:34.065Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:21:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:21:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:21:24.522Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:21:24.523Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:21:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:21:24.523Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:21:34.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:21:34.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:22:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:22:24.520Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:22:24.520Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:22:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:22:24.522Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:22:24.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:22:34.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:22:34.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:23:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:23:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:23:24.524Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:23:24.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:23:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:23:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:23:34.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:23:34.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:24:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:24:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:24:24.522Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:24:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:24:24.522Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:24:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:24:34.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:24:34.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:25:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:25:24.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:25:24.523Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:25:24.523Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:25:24.523Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:25:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:25:34.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:25:34.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:26:24.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:26:24.520Z||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-11-27T10:26:24.520Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:26:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:26:24.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:26:24.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:26:34.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:26:34.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:27:24.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:27:24.520Z||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-11-27T10:27:24.520Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:27:24.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:27:24.522Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:27:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:27:34.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:27:34.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:28:24.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:28:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:28:24.523Z||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-11-27T10:28:24.523Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:28:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:28:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:28:34.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:28:34.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:29:24.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:29:24.520Z||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-11-27T10:29:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:29:24.521Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:29:24.522Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:29:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:29:34.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:29:34.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:30:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:30:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:30:24.521Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:30:24.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:30:24.521Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:30:24.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:30:34.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:30:34.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:31:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:31:24.520Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:31:24.521Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:31:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:31:24.522Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:31:24.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:31:34.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:31:34.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:32:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:32:24.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:32:24.523Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:32:24.523Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:32:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:32:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:32:34.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:32:34.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:33:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:33:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:33:24.521Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:33:24.521Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:33:24.521Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:33:24.521Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:33:34.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:33:34.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:34:24.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:34:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:34:24.523Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:34:24.523Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:34:24.523Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:34:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:34:34.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:34:34.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:35:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:35:24.523Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:35:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:35:24.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:35:24.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:35:24.525Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:35:34.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:35:34.092Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:36:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:36:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:36:24.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:36:24.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:36:24.527Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:36:24.527Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:36:34.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:36:34.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:37:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:37:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:37:24.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:37:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:37:24.524Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:37:24.525Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:37:34.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:37:34.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:38:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:38:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:38:24.523Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:38:24.523Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:38:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:38:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:38:34.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:38:34.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:39:24.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:39:24.520Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:39:24.520Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:39:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:39:24.521Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:39:24.522Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:39:34.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:39:34.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:24.519Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:40:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:40:24.524Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:40:24.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:40:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:25.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:25.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b231fa7-3c69-42e7-af05-77be9734f1ae","serviceName":"vFW 2021-11-27 10-37-34","serviceVersion":"1.0","serviceUUID":"34dbc2cf-4cc5-4579-88fd-ec91d86c9daa","serviceDescription":"catalog service description","serviceInvariantUUID":"a50c041c-b662-47af-a35e-f9d0995db493","resources":[{"resourceInstanceName":"vFW 7e5621ca-47dd 0","resourceName":"vFW 7e5621ca-47dd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99e37cb3-9510-4be1-8d16-539e082c6c49","resourceInvariantUUID":"781c7056-45d8-4538-8efd-304aea4ab960","resourceCustomizationUUID":"bac417e8-915c-4d98-aef9-931939e99aae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml","artifactChecksum":"OGZlNGM1YTRiZGEyNGU2YTczNWUyZjg2NjNkMGE0ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21d1ccfe-b0b4-43cc-a8f1-f12ad6fe62bb","artifactVersion":"1"},{"artifactName":"vfw7e5621ca47dd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json","artifactChecksum":"N2JlODc2YzUxMzdhMWZjYTkxZmI0YjRiNzZlYjBhMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf5c3ba5-29c5-4804-8786-740a6bf1252a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5dbdbc9d-b73c-4a48-9602-803fa664d5aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjQzYTQzNjdiMmUwZjY3YTY5NzMxYzdlYjA1YjAyYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4328e47a-2407-45df-877f-a54d770fc3a2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5e52668c-0c80-447b-a582-6ebf295376ed","artifactVersion":"2","generatedFromUUID":"5dbdbc9d-b73c-4a48-9602-803fa664d5aa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211127103734-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml","artifactChecksum":"ZWMzNzY2MWI4ZjIzMTFkY2Y0Yjg3YTgxMDQ3MjIxOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cdf299d3-4cb4-42c8-938f-015de094ab00","artifactVersion":"1"},{"artifactName":"service-Vfw20211127103734-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar","artifactChecksum":"NmYwNTkyNTY0MGJhMGY4NTQwMjdhYTU0YzNiYzU1ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6502176e-424c-4062-8bf2-4a9e4ff9c57f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-27T10:40:25.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:25.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "cds",
"timestamp": 1638009566904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.197Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:40:25.204Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:25.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009573675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.217Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:25.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "aai-ml",
"timestamp": 1638009569864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.217Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009575058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "policy-id",
"timestamp": 1638009573318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "dcae-sch",
"timestamp": 1638009571182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "cds",
"timestamp": 1638009566904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009573675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "aai-ml",
"timestamp": 1638009569864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "policy-id",
"timestamp": 1638009573318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009575058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "dcae-sch",
"timestamp": 1638009571182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "cds",
"timestamp": 1638009566904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009573675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "aai-ml",
"timestamp": 1638009569864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "policy-id",
"timestamp": 1638009573318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009575058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "dcae-sch",
"timestamp": 1638009571182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "cds",
"timestamp": 1638009566904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009573675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "aai-ml",
"timestamp": 1638009569864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "policy-id",
"timestamp": 1638009573318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009575058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "dcae-sch",
"timestamp": 1638009571182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009579967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "cds",
"timestamp": 1638009566904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009573675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "aai-ml",
"timestamp": 1638009569864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "policy-id",
"timestamp": 1638009573318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009575058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "dcae-sch",
"timestamp": 1638009571182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009579967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "cds",
"timestamp": 1638009566904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009573675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "aai-ml",
"timestamp": 1638009569864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "policy-id",
"timestamp": 1638009573318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009575058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "dcae-sch",
"timestamp": 1638009571182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009579967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "cds",
"timestamp": 1638009566904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009573675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "aai-ml",
"timestamp": 1638009569864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "policy-id",
"timestamp": 1638009573318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009575058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "dcae-sch",
"timestamp": 1638009571182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009579967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "cds",
"timestamp": 1638009584067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:25.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "aai-ml",
"timestamp": 1638009584068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:25.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009584066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:25.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "policy-id",
"timestamp": 1638009584052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:25.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009579967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "policy-id",
"timestamp": 1638009585060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:40:25.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "cds",
"timestamp": 1638009585102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:40:25.318Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-11-27T10:40:25.322Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:25.322Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:25.336Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:25.338Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:40:25.428Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae
2021-11-27T10:40:25.452Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:40:25.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009579967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "policy-id",
"timestamp": 1638009586064,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:40:25.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae
2021-11-27T10:40:25.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:40:25.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009579967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009588864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:25.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "clamp",
"timestamp": 1638009588325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009589356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:40:25.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "clamp",
"timestamp": 1638009588325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009590163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:25.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009590361,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:40:25.507Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae
2021-11-27T10:40:25.507Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:40:25.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "clamp",
"timestamp": 1638009588325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009591224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:25.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "clamp",
"timestamp": 1638009588325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "clamp",
"timestamp": 1638009588325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009593235,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:40:25.521Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae
2021-11-27T10:40:25.521Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-27T10:40:25.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "clamp",
"timestamp": 1638009588325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:25.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009594240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-27T10:40:25.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "clamp",
"timestamp": 1638009588325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:40:25.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:40:25.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "aai-ml",
"timestamp": 1638009600198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:40:25.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "aai-ml",
"timestamp": 1638009601205,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:40:25.536Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae
2021-11-27T10:40:25.536Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:40:25.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "clamp",
"timestamp": 1638009607715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:25.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "clamp",
"timestamp": 1638009609727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:40:25.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:40:25.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:40:25.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "clamp",
"timestamp": 1638009610731,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:40:25.549Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b231fa7-3c69-42e7-af05-77be9734f1ae
2021-11-27T10:40:25.550Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b231fa7-3c69-42e7-af05-77be9734f1ae and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:40:26.228Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:40:26.230Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:26.232Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:26.232Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "NOTIFIED"
}
2021-11-27T10:40:26.332Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:26.334Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:26.334Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:26.349Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:26.349Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:27.234Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:40:27.235Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:27.237Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:27.238Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-27T10:40:27.338Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:27.339Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:27.339Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:27.354Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:27.356Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:28.238Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:40:28.239Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:28.241Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:28.242Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:28.342Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:28.343Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:28.343Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:28.370Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:28.371Z||pool-6-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:29.242Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:40:29.243Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:29.245Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:29.245Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-27T10:40:29.345Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:29.347Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:29.348Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:29.365Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:29.366Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:30.246Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:40:30.247Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:30.249Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:30.250Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:40:30.350Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:30.351Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:30.351Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:30.365Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:30.365Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-27T10:40:31.250Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:40:31.252Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:31.254Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:31.254Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:40:31.354Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:31.355Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:31.355Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:31.367Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:31.367Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:32.256Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"serviceName": "vFW 2021-11-27 10-37-34",
"serviceVersion": "1.0",
"serviceUUID": "34dbc2cf-4cc5-4579-88fd-ec91d86c9daa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a50c041c-b662-47af-a35e-f9d0995db493",
"resources": [
{
"resourceInstanceName": "vFW 7e5621ca-47dd 0",
"resourceCustomizationUUID": "bac417e8-915c-4d98-aef9-931939e99aae",
"resourceName": "vFW 7e5621ca-47dd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "99e37cb3-9510-4be1-8d16-539e082c6c49",
"resourceInvariantUUID": "781c7056-45d8-4538-8efd-304aea4ab960",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7e5621ca47dd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"artifactChecksum": "N2JlODc2YzUxMzdhMWZjYTkxZmI0YjRiNzZlYjBhMTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cf5c3ba5-29c5-4804-8786-740a6bf1252a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5dbdbc9d-b73c-4a48-9602-803fa664d5aa",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5e52668c-0c80-447b-a582-6ebf295376ed",
"generatedFromUUID": "5dbdbc9d-b73c-4a48-9602-803fa664d5aa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5e52668c-0c80-447b-a582-6ebf295376ed",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211127103734-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"artifactChecksum": "NmYwNTkyNTY0MGJhMGY4NTQwMjdhYTU0YzNiYzU1ZjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6502176e-424c-4062-8bf2-4a9e4ff9c57f"
}
],
"workloadContext": "Production"
}
2021-11-27T10:40:32.257Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-27T10:40:32.258Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 34dbc2cf-4cc5-4579-88fd-ec91d86c9daa ASDC
2021-11-27T10:40:32.371Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1b231fa7-3c69-42e7-af05-77be9734f1ae
ServiceName:vFW 2021-11-27 10-37-34
ServiceVersion:1.0
ServiceUUID:34dbc2cf-4cc5-4579-88fd-ec91d86c9daa
ServiceInvariantUUID:a50c041c-b662-47af-a35e-f9d0995db493
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211127103734-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar
ArtifactUUID:6502176e-424c-4062-8bf2-4a9e4ff9c57f
ArtifactChecksum:NmYwNTkyNTY0MGJhMGY4NTQwMjdhYTU0YzNiYzU1ZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7e5621ca-47dd 0
ResourceCustomizationUUID:bac417e8-915c-4d98-aef9-931939e99aae
ResourceInvariantUUID:781c7056-45d8-4538-8efd-304aea4ab960
ResourceName:vFW 7e5621ca-47dd
ResourceType:VF
ResourceUUID:99e37cb3-9510-4be1-8d16-539e082c6c49
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7e5621ca47dd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json
ArtifactUUID:cf5c3ba5-29c5-4804-8786-740a6bf1252a
ArtifactChecksum:N2JlODc2YzUxMzdhMWZjYTkxZmI0YjRiNzZlYjBhMTc=
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/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml
ArtifactUUID:5dbdbc9d-b73c-4a48-9602-803fa664d5aa
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/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env
ArtifactUUID:5e52668c-0c80-447b-a582-6ebf295376ed
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/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env
ArtifactUUID:5e52668c-0c80-447b-a582-6ebf295376ed
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-27T10:40:32.372Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34dbc2cf-4cc5-4579-88fd-ec91d86c9daa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-27T10:40:32.421Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-27T10:40:32.422Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-27T10:40:32.424Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-27T10:40:32.424Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6502176e-424c-4062-8bf2-4a9e4ff9c57f from URL: /sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:32.424Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-27T10:40:32.426Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:32.624Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-27T10:40:32.642Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar 6502176e-424c-4062-8bf2-4a9e4ff9c57f 98930
2021-11-27T10:40:32.644Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar ASDC sendASDCNotification
2021-11-27T10:40:32.644Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:32.645Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-27T10:40:32.648Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:32.650Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:32.650Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009632643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:32.750Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:32.751Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:32.752Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:32.764Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:32.764Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:33.650Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-27T10:40:33.653Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-27T10:40:33.653Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6502176e-424c-4062-8bf2-4a9e4ff9c57f, URL: /sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar to file: /app/ASDC/1/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:33.654Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211127103734-csar.csar
2021-11-27T10:40:33.732Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:33.733Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:34.709Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10981408333023974073/Definitions/service-Vfw20211127103734-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
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
2021-11-27T10:40:37.166Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-27T10:40:37.171Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-27T10:40:37.171Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.171Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||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-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||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-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||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-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||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-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7e5621ca-47dd 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-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||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-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.172Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||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-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.173Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.173Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||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-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.173Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.173Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||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-Vfw20211127103734-csar.csar
2021-11-27T10:40:37.173Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-27T10:40:37.183Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.188Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:37.196Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:37.197Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-27T10:40:37.198Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-27T10:40:37.204Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.204Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:37.207Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:37.208Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-27T10:40:37.208Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-27T10:40:37.208Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.208Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:37.215Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.216Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria
2021-11-27T10:40:37.216Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-27T10:40:37.216Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-27T10:40:37.216Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:37.216Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.217Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.218Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-27T10:40:37.224Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.224Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:37.224Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:40:37.224Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:40:37.225Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria
2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-27T10:40:37.226Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.227Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:37.227Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-27T10:40:37.227Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:37.227Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-27T10:40:37.227Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.228Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=02dadb2a-dc36-4dc5-bba4-fd56db661c32
2021-11-27T10:40:37.228Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.228Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria
2021-11-27T10:40:37.228Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-27T10:40:37.228Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-27T10:40:37.229Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8afe790-0da6-4274-9c14-b52bd1f4018c
2021-11-27T10:40:37.230Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria
2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.231Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:37.232Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e984200-25f6-4834-8ba8-facff260cc46
2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:37.233Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.234Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:37.234Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:37.234Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:37.234Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-27 10-37-34
Description:catalog service description
Model UUID:34dbc2cf-4cc5-4579-88fd-ec91d86c9daa
Model Version:NULL
Model InvariantUuid:a50c041c-b662-47af-a35e-f9d0995db493
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7e5621ca-47dd
Model UUID:45ef3331-c633-449c-93e1-144e7ac70e1f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:781c7056-45d8-4538-8efd-304aea4ab960
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bac417e8-915c-4d98-aef9-931939e99aae
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a63895c9-c3e9-47eb-8bf9-78c7af9e1494
ModelName:Vfw7e5621ca47dd..base_vfw..module-0
ModelUuid:89736c3c-ae1d-4af9-bb0f-efa7f516a481
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:02dadb2a-dc36-4dc5-bba4-fd56db661c32
ModelInvariantUuid:aef0fce0-4ecf-49e9-aded-80abb6390af5
ModelName:vFW 7e5621ca-47dd-nodes.vfwCvfc
ModelUuid:c0df9a50-3832-4054-aabf-810589415117
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:86df03ed-4a2b-4d3a-8b3d-c00c5a5168ae
ModelInvariantUuid:b4a9ea2e-af17-4127-9b65-7188a57d200e
ModelName:Vfw7e5621ca47dd.compute.nodes.heat.vfw
ModelUuid:d1f3df18-5998-42ae-98a1-06f348d31718
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c8afe790-0da6-4274-9c14-b52bd1f4018c
ModelInvariantUuid:e44ab45e-58fc-4e71-8f5c-ca5c1e6994eb
ModelName:vFW 7e5621ca-47dd-nodes.vsnCvfc
ModelUuid:3e77317d-336c-46e1-b8f9-e27938f34786
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:45bdee35-40cb-4437-b30f-9cb592bc1172
ModelInvariantUuid:b0896456-6e38-4ac4-b1fc-ee688fa59e14
ModelName:Vfw7e5621ca47dd.compute.nodes.heat.vsn
ModelUuid:51033d41-d68c-4c8c-871d-b49820cbf670
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6e984200-25f6-4834-8ba8-facff260cc46
ModelInvariantUuid:5b6d859f-0001-434c-a632-ec7f029b418d
ModelName:vFW 7e5621ca-47dd-nodes.vpgCvfc
ModelUuid:6cec345a-dc48-4cd6-ac44-a2e105e1b6c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:511c6aa0-690b-4613-b09e-f24a8c83e288
ModelInvariantUuid:58dcb656-5b8a-4d0b-9075-ae7fac4d291a
ModelName:Vfw7e5621ca47dd.compute.nodes.heat.vpg
ModelUuid:7b7bf8c8-780b-4041-9392-21205042a8d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-27T10:40:37.256Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 99e37cb3-9510-4be1-8d16-539e082c6c49
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T10:40:37.393Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||vFW 7e5621ca-47dd 0
2021-11-27T10:40:37.399Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99e37cb3-9510-4be1-8d16-539e082c6c49
2021-11-27T10:40:37.399Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cf5c3ba5-29c5-4804-8786-740a6bf1252a from URL: /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json
2021-11-27T10:40:37.400Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-27T10:40:37.400Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json
2021-11-27T10:40:37.459Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-27T10:40:37.459Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json cf5c3ba5-29c5-4804-8786-740a6bf1252a 785
2021-11-27T10:40:37.460Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json ASDC sendASDCNotification
2021-11-27T10:40:37.460Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json
2021-11-27T10:40:37.460Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-27T10:40:37.460Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:37.463Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:37.463Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009637460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:37.564Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:37.565Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:37.565Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:37.577Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:37.577Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:38.465Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7e5621ca47dd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a63895c9-c3e9-47eb-8bf9-78c7af9e1494",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "89736c3c-ae1d-4af9-bb0f-efa7f516a481",
"vfModuleModelCustomizationUUID": "cb13a5ce-bd18-43dc-891b-9c3c1da9b3bc",
"isBase": true,
"artifacts": [
"5dbdbc9d-b73c-4a48-9602-803fa664d5aa",
"5e52668c-0c80-447b-a582-6ebf295376ed"
],
"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-11-27T10:40:38.478Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7e5621ca47dd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89736c3c-ae1d-4af9-bb0f-efa7f516a481
VfModuleModelInvariantUUID:a63895c9-c3e9-47eb-8bf9-78c7af9e1494
VfModuleModelDescription:NULL
Artifacts UUID List:{
5dbdbc9d-b73c-4a48-9602-803fa664d5aa
,
5e52668c-0c80-447b-a582-6ebf295376ed
}
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-11-27T10:40:38.481Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7e5621ca47dd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a63895c9-c3e9-47eb-8bf9-78c7af9e1494",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "89736c3c-ae1d-4af9-bb0f-efa7f516a481",
"vfModuleModelCustomizationUUID": "cb13a5ce-bd18-43dc-891b-9c3c1da9b3bc",
"isBase": true,
"artifacts": [
"5dbdbc9d-b73c-4a48-9602-803fa664d5aa",
"5e52668c-0c80-447b-a582-6ebf295376ed"
],
"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-11-27T10:40:38.481Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7e5621ca47dd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89736c3c-ae1d-4af9-bb0f-efa7f516a481
VfModuleModelInvariantUUID:a63895c9-c3e9-47eb-8bf9-78c7af9e1494
VfModuleModelDescription:NULL
Artifacts UUID List:{
5dbdbc9d-b73c-4a48-9602-803fa664d5aa
,
5e52668c-0c80-447b-a582-6ebf295376ed
}
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-11-27T10:40:38.481Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5dbdbc9d-b73c-4a48-9602-803fa664d5aa from URL: /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml
2021-11-27T10:40:38.481Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-27T10:40:38.482Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml
2021-11-27T10:40:38.656Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-27T10:40:38.657Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml 5dbdbc9d-b73c-4a48-9602-803fa664d5aa 20368
2021-11-27T10:40:38.658Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-27T10:40:38.658Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml
2021-11-27T10:40:38.658Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-27T10:40:38.658Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:38.661Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:38.661Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009638657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:38.761Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:38.762Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:38.762Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:38.773Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:38.773Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:39.661Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5e52668c-0c80-447b-a582-6ebf295376ed from URL: /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env
2021-11-27T10:40:39.662Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-27T10:40:39.662Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env
2021-11-27T10:40:39.776Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-27T10:40:39.777Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env 5e52668c-0c80-447b-a582-6ebf295376ed 2098
2021-11-27T10:40:39.777Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-27T10:40:39.777Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env
2021-11-27T10:40:39.777Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-27T10:40:39.777Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:39.780Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:39.780Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009639777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:40:39.880Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:39.881Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:39.882Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:39.893Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:39.894Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:40.781Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 34dbc2cf-4cc5-4579-88fd-ec91d86c9daa
2021-11-27T10:40:40.781Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7e5621ca-47dd 0 99e37cb3-9510-4be1-8d16-539e082c6c49 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T10:40:40.816Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d81d12a, org.onap.sdc.toscaparser.api.parameters.Input@4c3b3497, org.onap.sdc.toscaparser.api.parameters.Input@204f059e, org.onap.sdc.toscaparser.api.parameters.Input@7cafc08c, org.onap.sdc.toscaparser.api.parameters.Input@2f7456b2]
2021-11-27T10:40:40.819Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.819Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:40.820Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-11-27T10:40:40.820Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= bac417e8-915c-4d98-aef9-931939e99aae
2021-11-27T10:40:40.820Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bac417e8-915c-4d98-aef9-931939e99aae matches Tosca VF Customization UUID: bac417e8-915c-4d98-aef9-931939e99aae
2021-11-27T10:40:40.820Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: bac417e8-915c-4d98-aef9-931939e99aae matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-27T10:40:40.826Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.826Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:40.827Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id bac417e8-915c-4d98-aef9-931939e99aae: {\"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-11-27T10:40:40.828Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b7724aa
2021-11-27T10:40:40.828Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.828Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-27T10:40:40.828Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cb13a5ce-bd18-43dc-891b-9c3c1da9b3bc
2021-11-27T10:40:40.829Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cb13a5ce-bd18-43dc-891b-9c3c1da9b3bc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-27T10:40:40.834Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.835Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:40.835Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:40:40.835Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.836Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:40.836Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:40:40.836Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.836Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria
2021-11-27T10:40:40.836Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-27T10:40:40.837Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:40.838Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-27T10:40:40.838Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:40.838Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-27T10:40:40.838Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-27T10:40:40.838Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=02dadb2a-dc36-4dc5-bba4-fd56db661c32
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-27T10:40:40.848Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.848Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:40.848Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:40:40.848Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria
2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-27T10:40:40.849Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-27T10:40:40.850Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-27T10:40:40.851Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8afe790-0da6-4274-9c14-b52bd1f4018c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-27T10:40:40.853Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.853Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:40.853Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:40:40.855Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.855Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is not matching search criteria
2021-11-27T10:40:40.855Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-27T10:40:40.856Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-27T10:40:40.857Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e984200-25f6-4834-8ba8-facff260cc46
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-27T10:40:40.859Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.859Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:40.859Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:40:40.860Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.860Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Node template vFW 7e5621ca-47dd 0 is matching search criteria
2021-11-27T10:40:40.860Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7e5621ca-47dd 0] matching following query criteria: sdcType=VF, customizationUUID=bac417e8-915c-4d98-aef9-931939e99aae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T10:40:40.862Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.862Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:40.862Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 34dbc2cf-4cc5-4579-88fd-ec91d86c9daa: vFW 7e5621ca-47dd
2021-11-27T10:40:40.862Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.863Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:40.863Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.863Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:40.863Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.863Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:40.864Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.864Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:40.864Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:40:40.864Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-27 10-37-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:40:40.864Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-27 10-37-34
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into 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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:40:41.129Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7e5621ca-47dd 99e37cb3-9510-4be1-8d16-539e082c6c49 1 ASDC deployResourceStructure
2021-11-27T10:40:41.130Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json ASDC sendASDCNotification
2021-11-27T10:40:41.130Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json
2021-11-27T10:40:41.130Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-27T10:40:41.131Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:41.133Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:41.133Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009641130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-27T10:40:41.233Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:41.234Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:41.234Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:41.250Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:41.251Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:42.134Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-27T10:40:42.134Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml
2021-11-27T10:40:42.134Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-27T10:40:42.135Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:42.137Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:42.137Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009642133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-27T10:40:42.237Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:42.238Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:42.238Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:42.249Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:42.250Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:43.138Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-27T10:40:43.138Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env
2021-11-27T10:40:43.138Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-27T10:40:43.138Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:43.140Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:43.141Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009643137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-27T10:40:43.241Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:43.242Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:43.242Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:43.252Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:43.253Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:44.142Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar ASDC sendASDCNotification
2021-11-27T10:40:44.143Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar
2021-11-27T10:40:44.143Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-27T10:40:44.143Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:40:44.145Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:40:44.145Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009644141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:40:44.245Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:40:44.248Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:40:44.248Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:40:44.260Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:40:44.260Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:40:45.146Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b231fa7-3c69-42e7-af05-77be9734f1ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-27T10:40:45.164Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b231fa7-3c69-42e7-af05-77be9734f1ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-27T10:40:45.168Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-27T10:40:45.168Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-27T10:40:45.168Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-27T10:40:45.169Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-27T10:40:45.169Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:40:45.169Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:40:45.169Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:40:45.170Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:40:45.170Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:40:45.170Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:40:45.170Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:40:45.175Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-27T10:41:15.176Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b231fa7-3c69-42e7-af05-77be9734f1ae and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-27T10:41:15.189Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b231fa7-3c69-42e7-af05-77be9734f1ae and serviceModelVersionId: 34dbc2cf-4cc5-4579-88fd-ec91d86c9daa
2021-11-27T10:41:15.189Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a50c041c-b662-47af-a35e-f9d0995db493
2021-11-27T10:41:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:41:24.523Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:41:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:41:24.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:41:24.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-27T10:41:24.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:41:24.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-27T10:41:30.034Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0
2021-11-27T10:41:30.151Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-27T10:41:30.655Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|INFO|500||Invoke
2021-11-27T10:41:30.664Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b231fa7-3c69-42e7-af05-77be9734f1ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bce3068e-0968-45d6-8fa4-c8584a5e2f5d], X-ECOMP-RequestID=[1b231fa7-3c69-42e7-af05-77be9734f1ae], X-TransactionId=[], X-ONAP-RequestID=[1b231fa7-3c69-42e7-af05-77be9734f1ae], Content-Type=[application/merge-patch+json]}
2021-11-27T10:41:30.781Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-27T10:41:31.147Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211127-10:41:30:791-87299], vertex-id=[196632], Content-Length=[0], Date=[Sat, 27 Nov 2021 10:41:30 GMT], Content-Type=[application/json]}
2021-11-27T10:41:31.148Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-27T10:41:31.149Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a50c041c-b662-47af-a35e-f9d0995db493/model-vers/model-ver/34dbc2cf-4cc5-4579-88fd-ec91d86c9daa?depth=0|INFO|500||InvokeReturn
2021-11-27T10:41:31.153Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-27T10:41:31.153Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T10:41:31.158Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-27T10:41:31.159Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b231fa7-3c69-42e7-af05-77be9734f1ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-27T10:41:31.160Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-27T10:41:31.160Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:41:31.162Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:41:31.162Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009691159,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-27T10:41:31.262Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:41:31.264Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:41:31.264Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:41:31.276Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:41:31.277Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-27T10:41:32.178Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:41:32.178Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:41:32.179Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:41:41.715Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:42:24.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:42:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:42:24.524Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:42:24.524Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:42:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:42:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:42:24.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:42:24.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "NOTIFIED"
}
2021-11-27T10:42:24.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-27T10:42:24.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-27T10:42:24.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:42:24.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-27T10:42:24.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:42:24.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-27T10:42:24.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009624519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:42:24.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-27T10:42:24.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009632643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:42:24.578Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009637460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:42:24.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009638657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:42:24.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009639777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:42:24.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009641130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/vfw7e5621ca47dd0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-27T10:42:24.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009642133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-27T10:42:24.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009643137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/resourceInstances/vfw7e5621ca47dd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-27T10:42:24.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:42:24.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-27T10:42:24.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009644141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211127103734/1.0/artifacts/service-Vfw20211127103734-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:42:24.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:42:34.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:43:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:43:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:43:24.521Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:43:24.522Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:43:24.521Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:43:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:43:25.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:43:25.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:43:25.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b231fa7-3c69-42e7-af05-77be9734f1ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009691159,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-27T10:43:25.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:43:34.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:44:24.520Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:44:24.525Z||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-11-27T10:44:24.525Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:24.525Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:44:24.525Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:34.103Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:34.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:34.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-27T10:44:34.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c81e116-34f9-4851-adfe-c1a68c4009b7","serviceName":"basic_onboard_XdoMtz","serviceVersion":"1.0","serviceUUID":"0cee27ed-dbba-4dbb-87d9-ef61d2512565","serviceDescription":"service","serviceInvariantUUID":"cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e","resources":[{"resourceInstanceName":"basic_onboard_XdoMtz 0","resourceName":"basic_onboard_XdoMtz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0587da53-4df5-4228-bbaf-f1bb74c3c416","resourceInvariantUUID":"3cf5be24-ec8d-41f5-8363-17fe512a3cd4","resourceCustomizationUUID":"dca7dbc5-8425-4ad1-9158-aee589caf2cb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml","artifactChecksum":"OTRlZDhiZjFjNDA1OTdkNTlkY2IxMjg3MGUxN2EyMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc3d5a12-d671-4c69-b4bd-f6afde907c11","artifactVersion":"1"},{"artifactName":"basic_onboard_xdomtz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json","artifactChecksum":"YWUxMDNiODcyOWQ5YTgzY2U5OTJiOTUxYTA2ZmQ0NTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8effa398-5b5c-4dcb-96b2-9b18192d4ea1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"413685f0-1621-4471-b36c-c24b35676ae3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d379c34-cfee-40b9-820c-78d1732daae2","artifactVersion":"2","generatedFromUUID":"c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdomtz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml","artifactChecksum":"ZjllMDk3MzcyY2Y4ZDFhZmQ5NWIwMWI1ZjliZWI1Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18562e71-d724-4e15-aa08-25a777bdc811","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdomtz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar","artifactChecksum":"YTg1ZTM0MjM1Yjk3NWFhODg1ZDYxOWM1YWRlM2I2NTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-27T10:44:34.565Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:44:34.566Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:34.572Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:34.572Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:44:34.672Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:44:34.674Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:34.674Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:34.687Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:34.688Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":3,"count":1}
2021-11-27T10:44:35.572Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:44:35.573Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:35.575Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:35.575Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "NOTIFIED"
}
2021-11-27T10:44:35.676Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-27T10:44:35.677Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:35.677Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:35.691Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:35.692Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:36.576Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:44:36.577Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:36.584Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:36.584Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-27T10:44:36.684Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-27T10:44:36.685Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:36.686Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:36.708Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:36.709Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:37.586Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:44:37.587Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:37.590Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:37.590Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:44:37.692Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-27T10:44:37.693Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:37.693Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:37.703Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:37.703Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:38.592Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:44:38.593Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:38.596Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:38.596Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-27T10:44:38.697Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:44:38.698Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:38.698Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:38.719Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:38.720Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:39.597Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:44:39.598Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:39.601Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:39.601Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:44:39.701Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:44:39.702Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:39.702Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:39.713Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:39.713Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-27T10:44:40.602Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T10:44:40.603Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:40.606Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:40.606Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:44:40.706Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:44:40.707Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:40.708Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:40.720Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:40.720Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:41.608Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"serviceName": "basic_onboard_XdoMtz",
"serviceVersion": "1.0",
"serviceUUID": "0cee27ed-dbba-4dbb-87d9-ef61d2512565",
"serviceDescription": "service",
"serviceInvariantUUID": "cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e",
"resources": [
{
"resourceInstanceName": "basic_onboard_XdoMtz 0",
"resourceCustomizationUUID": "dca7dbc5-8425-4ad1-9158-aee589caf2cb",
"resourceName": "basic_onboard_XdoMtz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0587da53-4df5-4228-bbaf-f1bb74c3c416",
"resourceInvariantUUID": "3cf5be24-ec8d-41f5-8363-17fe512a3cd4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xdomtz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"artifactChecksum": "YWUxMDNiODcyOWQ5YTgzY2U5OTJiOTUxYTA2ZmQ0NTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8effa398-5b5c-4dcb-96b2-9b18192d4ea1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d379c34-cfee-40b9-820c-78d1732daae2",
"generatedFromUUID": "c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d379c34-cfee-40b9-820c-78d1732daae2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXdomtz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"artifactChecksum": "YTg1ZTM0MjM1Yjk3NWFhODg1ZDYxOWM1YWRlM2I2NTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613"
}
],
"workloadContext": "Production"
}
2021-11-27T10:44:41.608Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-27T10:44:41.608Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0cee27ed-dbba-4dbb-87d9-ef61d2512565 ASDC
2021-11-27T10:44:41.609Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c81e116-34f9-4851-adfe-c1a68c4009b7
ServiceName:basic_onboard_XdoMtz
ServiceVersion:1.0
ServiceUUID:0cee27ed-dbba-4dbb-87d9-ef61d2512565
ServiceInvariantUUID:cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXdomtz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar
ArtifactUUID:cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613
ArtifactChecksum:YTg1ZTM0MjM1Yjk3NWFhODg1ZDYxOWM1YWRlM2I2NTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XdoMtz 0
ResourceCustomizationUUID:dca7dbc5-8425-4ad1-9158-aee589caf2cb
ResourceInvariantUUID:3cf5be24-ec8d-41f5-8363-17fe512a3cd4
ResourceName:basic_onboard_XdoMtz
ResourceType:VF
ResourceUUID:0587da53-4df5-4228-bbaf-f1bb74c3c416
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xdomtz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json
ArtifactUUID:8effa398-5b5c-4dcb-96b2-9b18192d4ea1
ArtifactChecksum:YWUxMDNiODcyOWQ5YTgzY2U5OTJiOTUxYTA2ZmQ0NTM=
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/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26
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/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env
ArtifactUUID:0d379c34-cfee-40b9-820c-78d1732daae2
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/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env
ArtifactUUID:0d379c34-cfee-40b9-820c-78d1732daae2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-27T10:44:41.609Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0cee27ed-dbba-4dbb-87d9-ef61d2512565 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:44:41.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-27T10:44:41.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-27T10:44:41.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-27T10:44:41.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613 from URL: /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:41.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-27T10:44:41.659Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:41.863Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-27T10:44:41.867Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613 71536
2021-11-27T10:44:41.867Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar ASDC sendASDCNotification
2021-11-27T10:44:41.867Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:41.867Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-27T10:44:41.868Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:41.870Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:41.871Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009881867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:44:41.971Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:44:41.972Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:41.972Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:41.987Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:41.988Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:42.871Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-27T10:44:42.872Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-27T10:44:42.873Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cd6bb7a2-de69-4d2a-bbd4-5ecbef4ac613, URL: /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar to file: /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:42.874Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:42.875Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:42.875Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:43.290Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9583883552819813332/Definitions/service-BasicOnboardXdomtz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-27T10:44:44.644Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-27T10:44:44.645Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-27T10:44:44.645Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:44.645Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-27T10:44:44.645Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:44.646Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:44.646Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:44.646Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XdoMtz 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-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:44.647Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:44.647Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:44.647Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:44.647Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:44.648Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:44.648Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-27T10:44:44.648Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.649Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:44.649Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria
2021-11-27T10:44:44.649Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-27T10:44:44.650Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-27T10:44:44.650Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.650Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:44.652Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria
2021-11-27T10:44:44.652Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-27T10:44:44.653Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-27T10:44:44.653Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.653Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:44.653Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is not matching search criteria
2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-27T10:44:44.654Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria
2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.655Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria
2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria
2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is not matching search criteria
2021-11-27T10:44:44.656Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e011e3ff-6c1a-4622-a42a-04dfb5982341
2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:44.657Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:44.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:44.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:44.658Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_XdoMtz
Description:service
Model UUID:0cee27ed-dbba-4dbb-87d9-ef61d2512565
Model Version:NULL
Model InvariantUuid:cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_XdoMtz
Model UUID:04126663-527c-4f77-a6c5-e566ce960f65
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3cf5be24-ec8d-41f5-8363-17fe512a3cd4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dca7dbc5-8425-4ad1-9158-aee589caf2cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:00e34263-51ad-4e2a-816f-9aad00f80abd
ModelName:BasicOnboardXdomtz..base_ubuntu18..module-0
ModelUuid:b600ee37-e826-4906-896c-771da3e61f17
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e011e3ff-6c1a-4622-a42a-04dfb5982341
ModelInvariantUuid:02e3008b-349d-482e-9fde-ce0a3922aad6
ModelName:basic_onboard_XdoMtz-nodes.ubuntu18Cvfc
ModelUuid:5203b5f1-e56f-4743-a745-1f1eac9cb2ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:355e3b16-59d5-4db9-aaaa-ceff9e8dece6
ModelInvariantUuid:cee24eba-5ea4-44ea-a89c-74e54aa4d7a5
ModelName:BasicOnboardXdomtz.compute.nodes.heat.ubuntu18
ModelUuid:6bd84157-52ee-4957-ab9d-ed496fbcc2d4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-27T10:44:44.664Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 0587da53-4df5-4228-bbaf-f1bb74c3c416
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T10:44:44.669Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||basic_onboard_XdoMtz 0
2021-11-27T10:44:44.669Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0587da53-4df5-4228-bbaf-f1bb74c3c416
2021-11-27T10:44:44.669Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8effa398-5b5c-4dcb-96b2-9b18192d4ea1 from URL: /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json
2021-11-27T10:44:44.669Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-27T10:44:44.669Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json
2021-11-27T10:44:44.726Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-27T10:44:44.727Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json 8effa398-5b5c-4dcb-96b2-9b18192d4ea1 798
2021-11-27T10:44:44.728Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json ASDC sendASDCNotification
2021-11-27T10:44:44.728Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json
2021-11-27T10:44:44.728Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-27T10:44:44.729Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:44.733Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:44.734Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009884728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:44:44.832Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-27T10:44:44.833Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:44.833Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:44.854Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:44.856Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:45.735Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXdomtz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "00e34263-51ad-4e2a-816f-9aad00f80abd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b600ee37-e826-4906-896c-771da3e61f17",
"vfModuleModelCustomizationUUID": "cc749295-9419-4a2a-8454-f43adb1870cf",
"isBase": true,
"artifacts": [
"c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26",
"0d379c34-cfee-40b9-820c-78d1732daae2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-27T10:44:45.745Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXdomtz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b600ee37-e826-4906-896c-771da3e61f17
VfModuleModelInvariantUUID:00e34263-51ad-4e2a-816f-9aad00f80abd
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26
,
0d379c34-cfee-40b9-820c-78d1732daae2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-27T10:44:45.748Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXdomtz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "00e34263-51ad-4e2a-816f-9aad00f80abd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b600ee37-e826-4906-896c-771da3e61f17",
"vfModuleModelCustomizationUUID": "cc749295-9419-4a2a-8454-f43adb1870cf",
"isBase": true,
"artifacts": [
"c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26",
"0d379c34-cfee-40b9-820c-78d1732daae2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-27T10:44:45.748Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXdomtz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b600ee37-e826-4906-896c-771da3e61f17
VfModuleModelInvariantUUID:00e34263-51ad-4e2a-816f-9aad00f80abd
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26
,
0d379c34-cfee-40b9-820c-78d1732daae2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-27T10:44:45.748Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26 from URL: /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml
2021-11-27T10:44:45.748Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-27T10:44:45.748Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml
2021-11-27T10:44:45.863Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-27T10:44:45.863Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml c2a86b70-bbb2-4bbe-a92a-e8c5f31ebc26 5033
2021-11-27T10:44:45.864Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-27T10:44:45.864Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml
2021-11-27T10:44:45.864Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-27T10:44:45.864Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:45.866Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:45.866Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009885864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:44:45.966Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-27T10:44:45.968Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:45.968Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:45.978Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:45.979Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:46.868Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0d379c34-cfee-40b9-820c-78d1732daae2 from URL: /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env
2021-11-27T10:44:46.868Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-27T10:44:46.868Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env
2021-11-27T10:44:47.402Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-27T10:44:47.402Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env 0d379c34-cfee-40b9-820c-78d1732daae2 909
2021-11-27T10:44:47.402Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-27T10:44:47.403Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env
2021-11-27T10:44:47.403Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-27T10:44:47.403Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:47.405Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:47.405Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009887402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:44:47.505Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:44:47.506Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:47.506Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:47.517Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:47.517Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:48.405Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0cee27ed-dbba-4dbb-87d9-ef61d2512565
2021-11-27T10:44:48.406Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XdoMtz 0 0587da53-4df5-4228-bbaf-f1bb74c3c416 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T10:44:48.418Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39eb7d9a, org.onap.sdc.toscaparser.api.parameters.Input@251ceb29, org.onap.sdc.toscaparser.api.parameters.Input@2e0b4a4b, org.onap.sdc.toscaparser.api.parameters.Input@66f94fb5, org.onap.sdc.toscaparser.api.parameters.Input@49cf95d]
2021-11-27T10:44:48.420Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.420Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:48.421Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-11-27T10:44:48.421Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= dca7dbc5-8425-4ad1-9158-aee589caf2cb
2021-11-27T10:44:48.421Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dca7dbc5-8425-4ad1-9158-aee589caf2cb matches Tosca VF Customization UUID: dca7dbc5-8425-4ad1-9158-aee589caf2cb
2021-11-27T10:44:48.421Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: dca7dbc5-8425-4ad1-9158-aee589caf2cb matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-27T10:44:48.423Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.424Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:48.424Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id dca7dbc5-8425-4ad1-9158-aee589caf2cb: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-27T10:44:48.425Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e9e39da
2021-11-27T10:44:48.425Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.425Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-27T10:44:48.425Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc749295-9419-4a2a-8454-f43adb1870cf
2021-11-27T10:44:48.426Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc749295-9419-4a2a-8454-f43adb1870cf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-27T10:44:48.428Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.429Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria
2021-11-27T10:44:48.429Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:44:48.429Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.430Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria
2021-11-27T10:44:48.430Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:44:48.430Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.430Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is not matching search criteria
2021-11-27T10:44:48.431Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-27T10:44:48.431Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-27T10:44:48.431Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e011e3ff-6c1a-4622-a42a-04dfb5982341
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-27T10:44:48.434Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.434Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria
2021-11-27T10:44:48.434Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T10:44:48.435Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.435Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XdoMtz 0 is matching search criteria
2021-11-27T10:44:48.435Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XdoMtz 0] matching following query criteria: sdcType=VF, customizationUUID=dca7dbc5-8425-4ad1-9158-aee589caf2cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T10:44:48.437Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.437Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:48.438Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0cee27ed-dbba-4dbb-87d9-ef61d2512565: basic_onboard_XdoMtz
2021-11-27T10:44:48.438Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.439Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:48.439Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.439Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:48.440Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.440Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:48.440Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.441Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:48.441Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T10:44:48.441Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XdoMtz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T10:44:48.442Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_XdoMtz
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:44:48.522Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XdoMtz 0587da53-4df5-4228-bbaf-f1bb74c3c416 1 ASDC deployResourceStructure
2021-11-27T10:44:48.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json ASDC sendASDCNotification
2021-11-27T10:44:48.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json
2021-11-27T10:44:48.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-27T10:44:48.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:48.525Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:48.526Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009888523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-27T10:44:48.626Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:44:48.627Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:48.627Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:48.644Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:48.644Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:49.527Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-27T10:44:49.527Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml
2021-11-27T10:44:49.527Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-27T10:44:49.528Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:49.531Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:49.531Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009889526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-27T10:44:49.631Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:44:49.632Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:49.632Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:49.645Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:49.645Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:50.532Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-27T10:44:50.533Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env
2021-11-27T10:44:50.533Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-27T10:44:50.533Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:50.536Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:50.537Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009890532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-27T10:44:50.637Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:44:50.638Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:50.638Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:50.647Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:50.647Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:51.537Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar ASDC sendASDCNotification
2021-11-27T10:44:51.538Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar
2021-11-27T10:44:51.539Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-27T10:44:51.539Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:44:51.542Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:44:51.542Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009891537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:44:51.641Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-27T10:44:51.642Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:44:51.643Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:44:51.656Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:44:51.657Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-27T10:44:52.543Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-27T10:44:52.552Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-27T10:44:52.554Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-27T10:44:52.555Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-27T10:44:52.555Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-27T10:45:22.555Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-27T10:45:22.574Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-27T10:45:22.578Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-27T10:45:22.579Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-27T10:45:22.579Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-27T10:45:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:45:24.522Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:45:24.522Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:45:25.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:45:25.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "dcae-sch",
"timestamp": 1638009871182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009873675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "aai-ml",
"timestamp": 1638009869864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "cds",
"timestamp": 1638009866905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "policy-id",
"timestamp": 1638009873315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009873675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "cds",
"timestamp": 1638009866905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "aai-ml",
"timestamp": 1638009869864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "dcae-sch",
"timestamp": 1638009871182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "policy-id",
"timestamp": 1638009873315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009875058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009873675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "dcae-sch",
"timestamp": 1638009871182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "cds",
"timestamp": 1638009866905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "aai-ml",
"timestamp": 1638009869864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "policy-id",
"timestamp": 1638009873315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009875058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009873675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "dcae-sch",
"timestamp": 1638009871182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "cds",
"timestamp": 1638009866905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "aai-ml",
"timestamp": 1638009869864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "policy-id",
"timestamp": 1638009873315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009875058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009873675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "dcae-sch",
"timestamp": 1638009871182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "aai-ml",
"timestamp": 1638009869864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "cds",
"timestamp": 1638009866905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "policy-id",
"timestamp": 1638009873315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009875058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009873675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "aai-ml",
"timestamp": 1638009869864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "cds",
"timestamp": 1638009866905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "dcae-sch",
"timestamp": 1638009871182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "policy-id",
"timestamp": 1638009873315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009875058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638009873675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "cds",
"timestamp": 1638009866905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "aai-ml",
"timestamp": 1638009869864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "dcae-sch",
"timestamp": 1638009871182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009864520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009879965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "policy-id",
"timestamp": 1638009873315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009875058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009879965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009875058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "aai-ml",
"timestamp": 1638009881868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "cds",
"timestamp": 1638009881874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.199Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009881867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "policy-id",
"timestamp": 1638009881950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009879965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "cds",
"timestamp": 1638009882885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:45:25.209Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7
2021-11-27T10:45:25.210Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:45:25.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009882954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "policy-id",
"timestamp": 1638009882955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:45:25.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009879965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "policy-id",
"timestamp": 1638009883964,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:45:25.228Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7
2021-11-27T10:45:25.228Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:45:25.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009879965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009884728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009885333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:45:25.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009879965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009885864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638009886339,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:45:25.247Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7
2021-11-27T10:45:25.247Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:45:25.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009879965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009887402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009888357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009888523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-27T10:45:25.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "clamp",
"timestamp": 1638009888325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009889526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-27T10:45:25.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009889667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "clamp",
"timestamp": 1638009888325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009890532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-27T10:45:25.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009890955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "clamp",
"timestamp": 1638009888325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009891537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:45:25.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "aai-ml",
"timestamp": 1638009891777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:45:25.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "clamp",
"timestamp": 1638009888325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009891980,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:45:25.266Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7
2021-11-27T10:45:25.266Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-27T10:45:25.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "aai-ml",
"timestamp": 1638009892783,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:45:25.279Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7
2021-11-27T10:45:25.279Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:45:25.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "clamp",
"timestamp": 1638009888325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638009892984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/resourceInstances/basic_onboard_xdomtz0/artifacts/basic_onboard_xdomtz0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-27T10:45:25.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "clamp",
"timestamp": 1638009888325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T10:45:25.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "clamp",
"timestamp": 1638009888325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T10:45:25.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-27T10:45:25.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "clamp",
"timestamp": 1638009904859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T10:45:25.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "clamp",
"timestamp": 1638009906770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdomtz/1.0/artifacts/service-BasicOnboardXdomtz-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T10:45:25.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:45:25.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:45:25.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "clamp",
"timestamp": 1638009907774,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T10:45:25.298Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c81e116-34f9-4851-adfe-c1a68c4009b7
2021-11-27T10:45:25.298Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c81e116-34f9-4851-adfe-c1a68c4009b7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T10:45:52.579Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-27T10:45:52.588Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:45:52.591Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:45:52.592Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:45:52.592Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T10:45:52.592Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-11-27T10:45:52.596Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-27T10:46:22.596Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-27T10:46:22.612Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c81e116-34f9-4851-adfe-c1a68c4009b7 and serviceModelVersionId: 0cee27ed-dbba-4dbb-87d9-ef61d2512565
2021-11-27T10:46:22.612Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e
2021-11-27T10:46:22.614Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0
2021-11-27T10:46:22.626Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-27T10:46:22.713Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|INFO|500||Invoke
2021-11-27T10:46:22.713Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c81e116-34f9-4851-adfe-c1a68c4009b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1bf059f-195e-4481-b34a-42a28fa1c378], X-ECOMP-RequestID=[7c81e116-34f9-4851-adfe-c1a68c4009b7], X-TransactionId=[], X-ONAP-RequestID=[7c81e116-34f9-4851-adfe-c1a68c4009b7], Content-Type=[application/merge-patch+json]}
2021-11-27T10:46:22.746Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-27T10:46:22.878Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211127-10:46:22:755-32424], vertex-id=[237648], Content-Length=[0], Date=[Sat, 27 Nov 2021 10:46:22 GMT], Content-Type=[application/json]}
2021-11-27T10:46:22.879Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-27T10:46:22.879Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd5a36fc-1d8c-4b7b-8cd3-70dbb145466e/model-vers/model-ver/0cee27ed-dbba-4dbb-87d9-ef61d2512565?depth=0|INFO|500||InvokeReturn
2021-11-27T10:46:22.880Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-27T10:46:22.880Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T10:46:22.886Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-11-27T10:46:22.887Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c81e116-34f9-4851-adfe-c1a68c4009b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-27T10:46:22.887Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-27T10:46:22.888Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-27T10:46:22.890Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T10:46:22.890Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009982887,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-27T10:46:22.991Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T10:46:22.992Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T10:46:22.992Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:46:23.008Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:46:23.009Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-27T10:46:23.909Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:46:23.910Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-11-27T10:46:23.910Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:46:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:46:24.523Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:46:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:46:25.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:46:25.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-27T10:46:25.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c81e116-34f9-4851-adfe-c1a68c4009b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638009982887,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-27T10:46:25.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T10:46:33.491Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:46:33.493Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:46:33.494Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-11-27T10:46:33.494Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:46:43.035Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:47:24.519Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:47:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:47:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:47:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:47:24.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:47:24.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:47:34.071Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:47:34.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:48:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:48:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:48:24.523Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:48:24.523Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:48:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:48:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:48:34.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:48:34.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:49:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:49:24.520Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:49:24.520Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:49:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:49:24.522Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:49:24.522Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:49:34.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:49:34.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:50:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:50:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:50:24.524Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:50:24.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:50:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:50:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:50:34.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:50:34.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:51:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:51:24.520Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:51:24.520Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:51:24.521Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:51:24.521Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:51:24.522Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:51:34.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:51:34.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:52:24.521Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:52:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:52:24.526Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:52:24.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:52:24.526Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:52:24.526Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:52:34.089Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:52:34.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:53:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:53:24.520Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:53:24.520Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:53:24.521Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:53:24.522Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:53:24.522Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:53:34.073Z|1b231fa7-3c69-42e7-af05-77be9734f1ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:53:34.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:54:24.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:54:24.521Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:54:24.524Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:54:24.524Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:54:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:54:24.524Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:54:34.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:54:34.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:55:24.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:55:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:55:24.521Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:55:24.521Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:55:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:55:24.522Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:55:34.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:55:34.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:56:24.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:56:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:56:24.525Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:56:24.525Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:56:24.525Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:56:24.525Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:56:34.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:56:34.086Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:57:24.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:57:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:57:24.521Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:57:24.521Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T10:57:24.521Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:57:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:57:34.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:57:34.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:58:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:58:24.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:58:24.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:58:24.527Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:58:24.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:58:24.527Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:58:34.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:58:34.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:59:24.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:59:24.521Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T10:59:24.522Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:59:24.522Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T10:59:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:59:24.522Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T10:59:34.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T10:59:34.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:00:24.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:00:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:00:24.523Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:00:24.523Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:00:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T11:00:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T11:00:34.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:00:34.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:01:24.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:01:24.521Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:01:24.521Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:01:24.521Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:01:24.521Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T11:01:24.521Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:01:34.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:01:34.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:02:24.519Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:02:24.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:02:24.523Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:02:24.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-11-27T11:02:24.523Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ...
2021-11-27T11:02:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T11:02:34.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:02:34.078Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:03:24.519Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:03:24.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:03:24.521Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:03:24.521Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-11-27T11:03:24.522Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:03:24.522Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ...
2021-11-27T11:03:34.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:03:34.068Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:04:24.519Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:04:24.521Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:04:24.522Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:04:24.522Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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-11-27T11:04:24.522Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:04:24.522Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|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 Q84wycNHOnoXjRgJ) ...
2021-11-27T11:04:34.078Z|7c81e116-34f9-4851-adfe-c1a68c4009b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:04:34.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:05:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:05:24.521Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:05:24.522Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:05:24.522Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:05:24.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:05:24.522Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:05:25.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:05:25.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "cds",
"timestamp": 1638011066904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:05:25.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "aai-ml",
"timestamp": 1638011069864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:05:25.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "dcae-sch",
"timestamp": 1638011071182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:05:25.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638011075058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:05:25.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "policy-id",
"timestamp": 1638011073315,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:05:25.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1638011073675,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:05:25.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "cds",
"timestamp": 1638011066904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T11:05:25.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "aai-ml",
"timestamp": 1638011069864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T11:05:25.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "dcae-sch",
"timestamp": 1638011071182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:05:25.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638011075058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T11:05:25.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "policy-id",
"timestamp": 1638011073315,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T11:05:25.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1638011073675,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:05:25.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "aai-ml",
"timestamp": 1638011079259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T11:05:25.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T11:05:25.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "policy-id",
"timestamp": 1638011079240,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T11:05:25.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T11:05:25.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:05:25.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "cds",
"timestamp": 1638011079292,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T11:05:25.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T11:05:25.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638011079346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T11:05:25.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T11:05:25.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fc13c1a-5175-435b-a66e-d4e2b5d539a2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"10aa3d95-7da9-48cd-8ac1-b24b062b1f49","serviceDescription":"service","serviceInvariantUUID":"691fcce9-16fc-4236-a541-146ea14f7d82","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4414fe04-8e61-4eef-ac92-1edbb09d7fc9","resourceInvariantUUID":"abf9f902-0230-40c3-9b21-84ccfc50cc01","resourceCustomizationUUID":"931baea7-98b3-4d0c-8617-87e0737fd7b0","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":"ODAzN2U5MDFhMzRkOWVjMzc0YTViZmYyNmJlYzNhMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57965af6-7601-4503-9048-b95f30e4ca86","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGM4ZGU3ZTQyMzE3NzIyYjUyYmJkYmUxODhkOWYwOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d23091b2-4fe5-4d93-8f34-d6daab3ed931","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-27T11:05:25.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "policy-id",
"timestamp": 1638011080246,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T11:05:25.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T11:05:25.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "cds",
"timestamp": 1638011080299,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T11:05:25.179Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T11:05:25.180Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T11:05:25.193Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fc13c1a-5175-435b-a66e-d4e2b5d539a2
2021-11-27T11:05:25.193Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and ComponentName cds
2021-11-27T11:05:25.194Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:05:25.194Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011124520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T11:05:25.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638011079965,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:05:25.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638011080959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T11:05:25.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T11:05:25.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "policy-id",
"timestamp": 1638011081250,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T11:05:25.207Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fc13c1a-5175-435b-a66e-d4e2b5d539a2
2021-11-27T11:05:25.207Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T11:05:25.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638011079965,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T11:05:25.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638011081962,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T11:05:25.222Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fc13c1a-5175-435b-a66e-d4e2b5d539a2
2021-11-27T11:05:25.222Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T11:05:25.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "aai-ml",
"timestamp": 1638011083549,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T11:05:25.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T11:05:25.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "aai-ml",
"timestamp": 1638011084553,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T11:05:25.235Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fc13c1a-5175-435b-a66e-d4e2b5d539a2
2021-11-27T11:05:25.235Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T11:05:25.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "clamp",
"timestamp": 1638011088325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:05:25.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "clamp",
"timestamp": 1638011088325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T11:05:25.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-27T11:05:25.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "clamp",
"timestamp": 1638011093967,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T11:05:25.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T11:05:25.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "clamp",
"timestamp": 1638011095977,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T11:05:25.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-27T11:05:25.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-27T11:05:25.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "clamp",
"timestamp": 1638011096980,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T11:05:25.247Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8fc13c1a-5175-435b-a66e-d4e2b5d539a2
2021-11-27T11:05:25.247Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T11:05:25.287Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-11-27T11:05:25.288Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:05:25.288Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:05:25.302Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:05:25.302Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-27T11:05:26.194Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T11:05:26.196Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:05:26.199Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:05:26.199Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011124520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T11:05:26.299Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T11:05:26.300Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:05:26.300Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:05:26.313Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:05:26.315Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-27T11:05:27.200Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "10aa3d95-7da9-48cd-8ac1-b24b062b1f49",
"serviceDescription": "service",
"serviceInvariantUUID": "691fcce9-16fc-4236-a541-146ea14f7d82",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "931baea7-98b3-4d0c-8617-87e0737fd7b0",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4414fe04-8e61-4eef-ac92-1edbb09d7fc9",
"resourceInvariantUUID": "abf9f902-0230-40c3-9b21-84ccfc50cc01",
"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": "ZGM4ZGU3ZTQyMzE3NzIyYjUyYmJkYmUxODhkOWYwOTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d23091b2-4fe5-4d93-8f34-d6daab3ed931"
}
],
"workloadContext": "Production"
}
2021-11-27T11:05:27.200Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-27T11:05:27.201Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 10aa3d95-7da9-48cd-8ac1-b24b062b1f49 ASDC
2021-11-27T11:05:27.202Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8fc13c1a-5175-435b-a66e-d4e2b5d539a2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:10aa3d95-7da9-48cd-8ac1-b24b062b1f49
ServiceInvariantUUID:691fcce9-16fc-4236-a541-146ea14f7d82
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:d23091b2-4fe5-4d93-8f34-d6daab3ed931
ArtifactChecksum:ZGM4ZGU3ZTQyMzE3NzIyYjUyYmJkYmUxODhkOWYwOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:931baea7-98b3-4d0c-8617-87e0737fd7b0
ResourceInvariantUUID:abf9f902-0230-40c3-9b21-84ccfc50cc01
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4414fe04-8e61-4eef-ac92-1edbb09d7fc9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-27T11:05:27.202Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10aa3d95-7da9-48cd-8ac1-b24b062b1f49 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-27T11:05:27.228Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-27T11:05:27.229Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-27T11:05:27.229Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-27T11:05:27.229Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d23091b2-4fe5-4d93-8f34-d6daab3ed931 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-27T11:05:27.229Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-27T11:05:27.230Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-27T11:05:28.260Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-27T11:05:28.263Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d23091b2-4fe5-4d93-8f34-d6daab3ed931 52491
2021-11-27T11:05:28.263Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-27T11:05:28.263Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-27T11:05:28.263Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-27T11:05:28.264Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:05:28.266Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:05:28.266Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011128263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T11:05:28.366Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-27T11:05:28.367Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:05:28.367Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:05:28.381Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:05:28.381Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-27T11:05:29.267Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-27T11:05:29.268Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-27T11:05:29.269Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d23091b2-4fe5-4d93-8f34-d6daab3ed931, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.269Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-27T11:05:29.269Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.270Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.400Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10163422258395350207/Definitions/service-BasicNetwork-template.yml
2021-11-27T11:05:29.903Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-27T11:05:29.903Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-27T11:05:29.904Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.904Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-27T11:05:29.904Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.904Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.904Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-27T11:05:29.905Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-27T11:05:29.906Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.906Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.906Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-27T11:05:29.907Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-27T11:05:29.907Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-27T11:05:29.907Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.907Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.908Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-27T11:05:29.908Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-27T11:05:29.908Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-27T11:05:29.908Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.909Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.909Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.909Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.910Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.910Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.910Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.910Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.910Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.911Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.912Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:10aa3d95-7da9-48cd-8ac1-b24b062b1f49
Model Version:NULL
Model InvariantUuid:691fcce9-16fc-4236-a541-146ea14f7d82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:abf9f902-0230-40c3-9b21-84ccfc50cc01
Model UUID:b4958943-ce59-4735-91a8-aba2f2b61565
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:931baea7-98b3-4d0c-8617-87e0737fd7b0
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-27T11:05:29.919Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 4414fe04-8e61-4eef-ac92-1edbb09d7fc9
2021-11-27T11:05:29.919Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||No resources found for Service: 10aa3d95-7da9-48cd-8ac1-b24b062b1f49
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T11:05:29.924Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||
2021-11-27T11:05:29.924Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-27T11:05:29.925Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 10aa3d95-7da9-48cd-8ac1-b24b062b1f49
2021-11-27T11:05:29.925Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 10aa3d95-7da9-48cd-8ac1-b24b062b1f49
2021-11-27T11:05:29.926Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-27T11:05:29.926Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T11:05:29.930Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46302fd1, org.onap.sdc.toscaparser.api.parameters.Input@3cd66e76, org.onap.sdc.toscaparser.api.parameters.Input@25115de6, org.onap.sdc.toscaparser.api.parameters.Input@2db8a9f0, org.onap.sdc.toscaparser.api.parameters.Input@6a315531]
2021-11-27T11:05:29.931Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.931Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.931Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 10aa3d95-7da9-48cd-8ac1-b24b062b1f49: Generic NeutronNet
2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.932Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-27T11:05:29.971Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.971Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.971Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.971Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.972Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:05:29.972Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:05:29.972Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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-11-27T11:05:30.029Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-27T11:05:30.029Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-27T11:05:30.030Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-27T11:05:30.030Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-27T11:05:30.030Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:05:30.032Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:05:30.032Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011130029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-27T11:05:30.132Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T11:05:30.133Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:05:30.133Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:05:30.158Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:05:30.158Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-11-27T11:05:31.037Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fc13c1a-5175-435b-a66e-d4e2b5d539a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-27T11:05:31.047Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fc13c1a-5175-435b-a66e-d4e2b5d539a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T11:05:31.050Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T11:05:31.051Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-27T11:05:31.051Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-27T11:05:31.055Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-27T11:06:01.055Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-27T11:06:01.060Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and serviceModelVersionId: 10aa3d95-7da9-48cd-8ac1-b24b062b1f49
2021-11-27T11:06:01.060Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 691fcce9-16fc-4236-a541-146ea14f7d82
2021-11-27T11:06:01.061Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0
2021-11-27T11:06:01.065Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-27T11:06:01.111Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-27T11:06:01.114Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0|INFO|500||Invoke
2021-11-27T11:06:01.156Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-27T11:06:01.381Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0|INFO|500||InvokeReturn
2021-11-27T11:06:01.382Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/691fcce9-16fc-4236-a541-146ea14f7d82/model-vers/model-ver/10aa3d95-7da9-48cd-8ac1-b24b062b1f49?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211127-11:06:01:171-29173], vertex-id=[184320], Content-Length=[0], Date=[Sat, 27 Nov 2021 11:06:01 GMT], Content-Type=[application/json]}
2021-11-27T11:06:01.382Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-27T11:06:01.382Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-27T11:06:01.383Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-27T11:06:01.387Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-27T11:06:01.387Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fc13c1a-5175-435b-a66e-d4e2b5d539a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-27T11:06:01.388Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-27T11:06:01.388Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:06:01.390Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:06:01.390Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011161387,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-27T11:06:01.490Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T11:06:01.491Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:06:01.491Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:01.505Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:01.505Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-27T11:06:24.519Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:06:24.521Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-27T11:06:24.523Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:06:24.523Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-27T11:06:24.523Z||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 Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:24.523Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|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 Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:24.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:24.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-27T11:06:24.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8fc13c1a-5175-435b-a66e-d4e2b5d539a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011124520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:06:24.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-27T11:06:25.149Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:25.151Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-27T11:06:25.151Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c090e178-2b11-4c58-aca8-954e1d17a658","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"834535b5-69c7-4286-9256-de4fe7bcc03e","serviceDescription":"service","serviceInvariantUUID":"f5bb726a-4b50-4935-a841-65226417a2c0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e29990bb-f4e9-4ae0-adad-bd123307c394","resourceInvariantUUID":"a2b6fdb3-ea57-4203-8dee-100cd724a6ee","resourceCustomizationUUID":"bf7c4058-64ac-43c0-915d-970b677a3354","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MjE3MzJmZjIxNWU4ZWZiN2E3NDA2ODAyNzdhMjIxNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c03c1f91-e592-4dba-9582-8e17da838007","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MTFmMWZhYzNlYTRhNWI5MmQxYjRlN2U0ODFjOTI3NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"77512f0a-3d67-4a89-a5e6-ddd78324fbfd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc72b1e5-7f41-429b-b3b5-390b9d7732a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e29109d-46d1-4660-a622-99379a9700a3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1269b9b3-b252-4999-a14c-a13c04862f96","artifactVersion":"2","generatedFromUUID":"bc72b1e5-7f41-429b-b3b5-390b9d7732a9"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NzUwNDY3MDIzNmY2NWY4MTYzODIxOGQ5Y2YwYjE1MDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"85432efc-ced0-4680-8218-d4d2479db2f9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MzMyMTA3MzQ4MGY2YWM0MmU4YjYwMGM3MjIyYmZhNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"233cb65c-9459-43a6-b5fe-050d6b542574","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjM3NmJmNzIwMmQ3ODUyMjVkNmJiZTQyMDM0ZjhmZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59c45c4d-d813-4978-8033-2c5ca9dd62c1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-27T11:06:25.155Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T11:06:25.156Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:06:25.158Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:06:25.158Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011184519,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:06:25.259Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-27T11:06:25.260Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:06:25.260Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:25.270Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:25.270Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-27T11:06:26.159Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T11:06:26.160Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:06:26.162Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:06:26.163Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011184519,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-11-27T11:06:26.262Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-27T11:06:26.263Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:06:26.264Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:26.275Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:26.276Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-27T11:06:27.163Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T11:06:27.166Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:06:27.168Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:06:27.168Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011184519,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-27T11:06:27.269Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-27T11:06:27.270Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:06:27.270Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:27.282Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:27.284Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-27T11:06:28.169Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T11:06:28.171Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:06:28.174Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:06:28.174Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011184519,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:06:28.274Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T11:06:28.276Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:06:28.276Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:28.290Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:28.290Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-27T11:06:29.174Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T11:06:29.175Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:06:29.177Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:06:29.177Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011184519,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-27T11:06:29.277Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T11:06:29.278Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:06:29.279Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:29.299Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:29.300Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-27T11:06:30.180Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T11:06:30.181Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:06:30.184Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:06:30.184Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011184519,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:06:30.284Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-27T11:06:30.285Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:06:30.285Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:30.297Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:30.298Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-27T11:06:31.185Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T11:06:31.187Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:06:31.191Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:06:31.191Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011184519,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-27T11:06:31.291Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T11:06:31.294Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:06:31.294Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:31.310Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:31.311Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-27T11:06:32.192Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-27T11:06:32.193Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:06:32.195Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:06:32.195Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011184519,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-11-27T11:06:32.296Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T11:06:32.298Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:06:32.298Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:32.311Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:32.312Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-27T11:06:33.197Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658",
"serviceName": "basic_vm_macro",
"serviceVersion": "1.0",
"serviceUUID": "834535b5-69c7-4286-9256-de4fe7bcc03e",
"serviceDescription": "service",
"serviceInvariantUUID": "f5bb726a-4b50-4935-a841-65226417a2c0",
"resources": [
{
"resourceInstanceName": "basic_vm_macro 0",
"resourceCustomizationUUID": "bf7c4058-64ac-43c0-915d-970b677a3354",
"resourceName": "basic_vm_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e29990bb-f4e9-4ae0-adad-bd123307c394",
"resourceInvariantUUID": "a2b6fdb3-ea57-4203-8dee-100cd724a6ee",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"artifactChecksum": "MTFmMWZhYzNlYTRhNWI5MmQxYjRlN2U0ODFjOTI3NzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "77512f0a-3d67-4a89-a5e6-ddd78324fbfd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bc72b1e5-7f41-429b-b3b5-390b9d7732a9",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1269b9b3-b252-4999-a14c-a13c04862f96",
"generatedFromUUID": "bc72b1e5-7f41-429b-b3b5-390b9d7732a9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1269b9b3-b252-4999-a14c-a13c04862f96",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVmMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"artifactChecksum": "ZjM3NmJmNzIwMmQ3ODUyMjVkNmJiZTQyMDM0ZjhmZWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "59c45c4d-d813-4978-8033-2c5ca9dd62c1"
}
],
"workloadContext": "Production"
}
2021-11-27T11:06:33.198Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-27T11:06:33.198Z|8fc13c1a-5175-435b-a66e-d4e2b5d539a2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 834535b5-69c7-4286-9256-de4fe7bcc03e ASDC
2021-11-27T11:06:33.199Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c090e178-2b11-4c58-aca8-954e1d17a658
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:834535b5-69c7-4286-9256-de4fe7bcc03e
ServiceInvariantUUID:f5bb726a-4b50-4935-a841-65226417a2c0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:59c45c4d-d813-4978-8033-2c5ca9dd62c1
ArtifactChecksum:ZjM3NmJmNzIwMmQ3ODUyMjVkNmJiZTQyMDM0ZjhmZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bf7c4058-64ac-43c0-915d-970b677a3354
ResourceInvariantUUID:a2b6fdb3-ea57-4203-8dee-100cd724a6ee
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e29990bb-f4e9-4ae0-adad-bd123307c394
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:77512f0a-3d67-4a89-a5e6-ddd78324fbfd
ArtifactChecksum:MTFmMWZhYzNlYTRhNWI5MmQxYjRlN2U0ODFjOTI3NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:bc72b1e5-7f41-429b-b3b5-390b9d7732a9
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:1269b9b3-b252-4999-a14c-a13c04862f96
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:1269b9b3-b252-4999-a14c-a13c04862f96
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-27T11:06:33.200Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 834535b5-69c7-4286-9256-de4fe7bcc03e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-27T11:06:33.248Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-27T11:06:33.250Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-27T11:06:33.250Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-27T11:06:33.250Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 59c45c4d-d813-4978-8033-2c5ca9dd62c1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-27T11:06:33.251Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-27T11:06:33.251Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-27T11:06:33.422Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-27T11:06:33.426Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 59c45c4d-d813-4978-8033-2c5ca9dd62c1 78792
2021-11-27T11:06:33.426Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-27T11:06:33.426Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-27T11:06:33.426Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-27T11:06:33.427Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-27T11:06:33.430Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-27T11:06:33.430Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c090e178-2b11-4c58-aca8-954e1d17a658",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638011193426,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-27T11:06:33.530Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-27T11:06:33.531Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-27T11:06:33.531Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q84wycNHOnoXjRgJ) ...
2021-11-27T11:06:33.544Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-27T11:06:33.544Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-27T11:06:34.431Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-27T11:06:34.432Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-27T11:06:34.433Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 59c45c4d-d813-4978-8033-2c5ca9dd62c1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:34.433Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-27T11:06:34.434Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:34.434Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:34.613Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9895047583014899739/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-27T11:06:35.828Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:35.829Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-27T11:06:35.830Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-27T11:06:35.831Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:06:35.831Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:06:35.831Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-27T11:06:35.831Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-27T11:06:35.832Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-27T11:06:35.833Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:06:35.833Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:06:35.833Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-27T11:06:35.833Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-27T11:06:35.833Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-27T11:06:35.834Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:06:35.834Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-27T11:06:35.834Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:06:35.834Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-27T11:06:35.857Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-27T11:06:35.858Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-27T11:06:35.858Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-27T11:06:35.858Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-27T11:06:35.858Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-27T11:06:35.859Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:06:35.859Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-27T11:06:35.859Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:06:35.859Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-27T11:06:35.859Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T11:06:35.860Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:06:35.860Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-27T11:06:35.860Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T11:06:35.861Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-27T11:06:35.861Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-27T11:06:35.861Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-27T11:06:35.861Z|c090e178-2b11-4c58-aca8-954e1d17a658|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery