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)
2023-01-09T03:37:38.317Z||main|||||INFO|500||The following profiles are active: basic
2023-01-09T03:37:49.829Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-09T03:37:49.830Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-09T03:37:49.932Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-09T03:37:53.771Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-09T03:37:54.164Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-09T03:37:54.638Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-09T03:37:54.642Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-09T03:37:54.739Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-09T03:37:54.944Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-09T03:37:55.463Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-09T03:37:57.230Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-09T03:37:59.449Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-09T03:37:59.536Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-09T03:38:00.148Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-09T03:38:00.378Z||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.
2023-01-09T03:38:01.557Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-09T03:38:02.598Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-09T03:38:02.614Z||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$$47a94641.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)
2023-01-09T03:38:02.615Z||main|||||WARN|500||The sdc end point is not alive
2023-01-09T03:38:05.738Z||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
2023-01-09T03:38:08.897Z||main|||||WARN|500||---
2023-01-09T03:38:08.898Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-09T03:38:08.898Z||main|||||WARN|500||---
2023-01-09T03:38:09.320Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-09T03:38:14.086Z||main|||||INFO|500||Started Application in 39.233 seconds (JVM running for 41.341)
2023-01-09T03:38:14.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-09T03:38:14.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-09T03:38:14.128Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-09T03:38:14.157Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-09T03:38:14.251Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fa61a789-26ce-4e81-959f-f2f8a5884437 url= /sdc/v1/artifactTypes
2023-01-09T03:38:14.252Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-09T03:38:14.539Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-09T03:38:14.568Z||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
2023-01-09T03:38:14.590Z||scheduling-1|||||DEBUG|500||create keys
2023-01-09T03:38:14.597Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-09T03:38:14.655Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:38:14.674Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fadc2d3b-91d3-4662-9dc5-4fc30e65bd0e url= /sdc/v1/registerForDistribution
2023-01-09T03:38:14.836Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fadc2d3b-91d3-4662-9dc5-4fc30e65bd0e url= /sdc/v1/registerForDistribution
2023-01-09T03:38:14.837Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-09T03:38:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:38:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:38:14.852Z||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.
2023-01-09T03:38:14.852Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-09T03:38:14.852Z||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.
2023-01-09T03:38:14.853Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:38:14.853Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:38:25.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:38:25.298Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:39:14.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:39:14.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:39:14.848Z||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.
2023-01-09T03:39:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:39:14.851Z||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.
2023-01-09T03:39:14.852Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:39:24.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:39:24.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:40:14.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:40:14.845Z||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.
2023-01-09T03:40:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:40:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:40:14.846Z||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.
2023-01-09T03:40:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:40:24.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:40:24.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:41:14.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:41:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:41:14.847Z||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.
2023-01-09T03:41:14.847Z||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.
2023-01-09T03:41:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:41:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:41:24.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:41:24.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:42:14.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:42:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:42:14.845Z||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.
2023-01-09T03:42:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:42:14.846Z||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.
2023-01-09T03:42:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:42:24.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:42:24.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:43:14.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:43:14.844Z||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.
2023-01-09T03:43:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:43:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:43:14.847Z||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.
2023-01-09T03:43:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:43:24.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:43:24.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:44:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:44:14.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T03:44:14.845Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T03:44:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:44:14.846Z||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.
2023-01-09T03:44:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:44:24.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:44:24.411Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:45:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:45:14.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T03:45:14.844Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T03:45:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:45:14.846Z||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.
2023-01-09T03:45:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:45:24.445Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:45:24.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:46:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:46:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:46:14.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T03:46:14.846Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T03:46:14.846Z||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.
2023-01-09T03:46:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:46:24.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:46:24.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:47:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:47:14.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T03:47:14.844Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T03:47:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:47:14.846Z||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.
2023-01-09T03:47:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:47:24.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:47:24.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:48:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:48:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:48:14.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T03:48:14.846Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T03:48:14.846Z||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.
2023-01-09T03:48:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:48:24.407Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:48:24.458Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:48:24.487Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-09T03:49:14.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:49:14.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:49:14.847Z||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.
2023-01-09T03:49:14.847Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T03:49:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:49:14.847Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T03:49:24.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:49:24.415Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:50:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:50:14.845Z||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.
2023-01-09T03:50:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:50:14.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:50:14.848Z||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.
2023-01-09T03:50:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:50:24.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:50:24.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:51:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:51:14.845Z||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.
2023-01-09T03:51:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:51:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:51:14.846Z||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.
2023-01-09T03:51:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:51:24.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:51:24.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:52:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:52:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:52:14.845Z||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.
2023-01-09T03:52:14.846Z||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.
2023-01-09T03:52:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:52:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:52:24.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:52:24.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:53:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:53:14.844Z||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.
2023-01-09T03:53:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:53:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:53:14.846Z||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.
2023-01-09T03:53:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:53:24.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:53:24.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:54:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:54:14.845Z||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.
2023-01-09T03:54:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:54:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:54:14.846Z||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.
2023-01-09T03:54:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:54:24.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:54:24.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:55:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:55:14.844Z||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.
2023-01-09T03:55:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:55:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:55:14.846Z||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.
2023-01-09T03:55:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:55:24.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:55:24.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:56:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:56:14.844Z||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.
2023-01-09T03:56:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:56:14.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:56:14.846Z||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.
2023-01-09T03:56:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:56:24.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:56:24.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:57:14.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:57:14.845Z||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.
2023-01-09T03:57:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:57:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:57:14.846Z||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.
2023-01-09T03:57:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:57:24.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:57:24.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:58:14.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:58:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:58:14.845Z||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.
2023-01-09T03:58:14.846Z||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.
2023-01-09T03:58:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:58:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:58:24.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:58:24.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:59:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:59:14.844Z||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.
2023-01-09T03:59:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:59:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:59:14.846Z||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.
2023-01-09T03:59:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:59:24.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T03:59:24.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:00:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:00:14.844Z||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.
2023-01-09T04:00:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:00:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:00:14.846Z||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.
2023-01-09T04:00:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:00:24.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:00:24.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:01:14.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:01:14.844Z||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.
2023-01-09T04:01:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:01:14.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:01:14.847Z||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.
2023-01-09T04:01:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:01:24.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:01:24.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:02:14.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:02:14.844Z||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.
2023-01-09T04:02:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:02:14.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:02:14.846Z||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.
2023-01-09T04:02:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:02:24.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:02:24.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:03:14.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:03:14.844Z||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.
2023-01-09T04:03:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:03:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:03:14.846Z||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.
2023-01-09T04:03:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:03:24.433Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:03:24.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:04:14.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:04:14.844Z||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.
2023-01-09T04:04:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:04:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:04:14.846Z||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.
2023-01-09T04:04:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:04:24.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:04:24.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:05:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:05:14.845Z||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.
2023-01-09T04:05:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:05:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:05:14.846Z||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.
2023-01-09T04:05:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:05:24.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:05:24.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:06:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:06:14.845Z||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.
2023-01-09T04:06:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:06:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:06:14.846Z||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.
2023-01-09T04:06:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:06:24.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:06:24.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:07:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:07:14.845Z||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.
2023-01-09T04:07:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:07:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:07:14.846Z||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.
2023-01-09T04:07:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:07:24.416Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:07:24.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:08:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:08:14.844Z||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.
2023-01-09T04:08:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:08:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:08:14.846Z||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.
2023-01-09T04:08:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:08:24.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:08:24.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:09:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:09:14.844Z||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.
2023-01-09T04:09:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:09:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:09:14.845Z||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.
2023-01-09T04:09:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:09:24.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:09:24.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:10:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:10:14.845Z||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.
2023-01-09T04:10:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:10:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:10:14.846Z||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.
2023-01-09T04:10:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:10:24.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:10:24.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:11:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:11:14.845Z||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.
2023-01-09T04:11:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:11:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:11:14.846Z||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.
2023-01-09T04:11:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:11:24.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:11:24.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:12:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:12:14.845Z||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.
2023-01-09T04:12:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:12:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:12:14.846Z||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.
2023-01-09T04:12:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:12:24.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:12:24.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:13:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:13:14.844Z||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.
2023-01-09T04:13:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:13:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:13:14.847Z||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.
2023-01-09T04:13:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:13:24.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:13:24.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:14:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:14:14.845Z||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.
2023-01-09T04:14:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:14:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:14:14.847Z||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.
2023-01-09T04:14:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:14:24.440Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:14:24.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:15:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:15:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:15:14.848Z||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.
2023-01-09T04:15:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:15:14.848Z||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.
2023-01-09T04:15:14.851Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:15:24.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:15:24.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:16:14.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:16:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:16:14.846Z||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.
2023-01-09T04:16:14.846Z||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.
2023-01-09T04:16:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:16:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:16:24.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:16:24.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:17:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:17:14.844Z||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.
2023-01-09T04:17:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:17:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:17:14.846Z||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.
2023-01-09T04:17:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:17:24.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:17:24.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:18:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:18:14.844Z||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.
2023-01-09T04:18:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:18:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:18:14.846Z||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.
2023-01-09T04:18:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:18:24.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:18:24.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:19:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:19:14.845Z||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.
2023-01-09T04:19:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:19:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:19:14.846Z||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.
2023-01-09T04:19:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:19:24.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:19:24.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:20:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:20:14.844Z||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.
2023-01-09T04:20:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:20:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:20:14.846Z||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.
2023-01-09T04:20:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:20:24.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:20:24.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:21:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:21:14.844Z||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.
2023-01-09T04:21:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:21:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:21:14.845Z||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.
2023-01-09T04:21:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:21:24.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:21:24.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:22:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:22:14.845Z||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.
2023-01-09T04:22:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:22:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:22:14.846Z||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.
2023-01-09T04:22:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:22:24.414Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:22:24.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:23:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:23:14.844Z||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.
2023-01-09T04:23:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:23:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:23:14.845Z||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.
2023-01-09T04:23:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:23:24.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:23:24.460Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:24:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:24:14.844Z||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.
2023-01-09T04:24:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:24:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:24:14.846Z||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.
2023-01-09T04:24:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:24:24.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:24:24.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:25:14.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:25:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:25:14.847Z||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.
2023-01-09T04:25:14.847Z||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.
2023-01-09T04:25:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:25:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:25:24.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:25:24.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:26:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:26:14.845Z||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.
2023-01-09T04:26:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:26:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:26:14.846Z||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.
2023-01-09T04:26:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:26:24.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:26:24.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:27:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:27:14.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T04:27:14.844Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:27:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:27:14.846Z||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.
2023-01-09T04:27:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:27:24.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:27:24.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:28:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:28:14.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T04:28:14.844Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:28:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:28:14.846Z||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.
2023-01-09T04:28:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:28:24.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:28:24.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:29:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:29:14.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T04:29:14.844Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:29:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:29:14.846Z||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.
2023-01-09T04:29:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:29:24.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:29:24.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:30:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:30:14.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T04:30:14.845Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:30:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:30:14.846Z||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.
2023-01-09T04:30:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:30:24.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:30:24.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:31:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:31:14.844Z||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.
2023-01-09T04:31:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:31:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:31:14.846Z||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.
2023-01-09T04:31:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:31:24.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:31:24.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:32:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:32:14.844Z||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.
2023-01-09T04:32:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:32:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:32:14.846Z||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.
2023-01-09T04:32:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:32:24.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:32:24.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:33:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:33:14.844Z||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.
2023-01-09T04:33:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:33:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:33:14.846Z||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.
2023-01-09T04:33:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:33:24.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:33:24.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:34:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:34:14.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:34:14.848Z||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.
2023-01-09T04:34:14.848Z||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.
2023-01-09T04:34:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:34:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:34:24.428Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:34:24.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:35:14.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:35:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:35:14.845Z||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.
2023-01-09T04:35:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:35:14.846Z||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.
2023-01-09T04:35:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:35:24.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:35:24.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:36:14.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:36:14.844Z||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.
2023-01-09T04:36:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:36:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:36:14.846Z||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.
2023-01-09T04:36:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:36:24.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:36:24.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:37:14.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:37:14.844Z||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.
2023-01-09T04:37:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:37:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:37:14.846Z||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.
2023-01-09T04:37:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:37:24.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:37:24.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:38:14.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:38:14.845Z||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.
2023-01-09T04:38:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:38:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:38:14.846Z||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.
2023-01-09T04:38:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:38:24.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:38:24.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:39:14.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:39:14.844Z||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.
2023-01-09T04:39:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:39:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:39:14.846Z||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.
2023-01-09T04:39:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:39:24.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:39:24.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:40:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:40:14.844Z||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.
2023-01-09T04:40:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:40:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:40:14.847Z||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.
2023-01-09T04:40:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:40:24.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:40:24.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:41:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:41:14.844Z||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.
2023-01-09T04:41:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:41:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:41:14.846Z||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.
2023-01-09T04:41:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:41:24.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:41:24.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:42:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:42:14.844Z||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.
2023-01-09T04:42:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:42:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:42:14.845Z||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.
2023-01-09T04:42:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:42:24.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:42:24.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:43:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:43:14.844Z||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.
2023-01-09T04:43:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:43:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:43:14.846Z||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.
2023-01-09T04:43:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:43:24.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:43:24.456Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:44:14.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:44:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:44:14.846Z||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.
2023-01-09T04:44:14.846Z||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.
2023-01-09T04:44:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:44:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:44:24.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:44:24.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:45:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:45:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:45:14.845Z||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.
2023-01-09T04:45:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:45:14.846Z||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.
2023-01-09T04:45:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:45:24.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:45:24.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:46:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:46:14.844Z||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.
2023-01-09T04:46:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:46:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:46:14.846Z||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.
2023-01-09T04:46:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:46:24.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:46:24.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:47:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:47:14.844Z||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.
2023-01-09T04:47:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:47:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:47:14.846Z||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.
2023-01-09T04:47:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:47:24.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:47:24.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:48:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:48:14.844Z||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.
2023-01-09T04:48:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:48:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:48:14.846Z||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.
2023-01-09T04:48:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:48:24.415Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:48:24.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:49:14.844Z||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.
2023-01-09T04:49:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:49:14.846Z||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.
2023-01-09T04:49:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:15.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:15.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"17c5a258-db92-49d9-b473-3b28a1e20f26","serviceName":"vFW 2023-01-09 04-47-48","serviceVersion":"1.0","serviceUUID":"27d031a2-dc3d-42e7-8381-d0450f6c9aa9","serviceDescription":"catalog service description","serviceInvariantUUID":"b7cd5393-64d8-4c39-8485-1f1e703457db","resources":[{"resourceInstanceName":"vFW ad7174a8-985b 0","resourceName":"vFW ad7174a8-985b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f882e1ed-2ce5-45b9-a7ce-5154e63cadbd","resourceInvariantUUID":"801f9fda-2df8-4bd6-a1e9-d1bd811b7983","resourceCustomizationUUID":"8db16727-4805-4969-8651-d3f515d9be79","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml","artifactChecksum":"NGVjN2ZhNDBiOGQwMWVkNGJiN2JhMTI5MjU0N2Q2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46a250e1-a851-4916-8d3f-22ce405368fe","artifactVersion":"1"},{"artifactName":"vfwad7174a8985b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json","artifactChecksum":"ZDRjYjZmMTIxZjVmNjc1OTUzMGNlY2Q1MDAzMDM2ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45ea2d6f-fcf4-45f5-9ed3-5daac562adfa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7ad85652-f1cf-4a0d-b355-f802e75d2aec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml","artifactChecksum":"OGNhYjEyZTkyNDUyNTgyNjMxN2U0ZTY5NDc3NzdjNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02b1b9ab-6778-4128-b446-47be2da82e03","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3e9c7846-2652-4580-8ff2-049f426cae3b","artifactVersion":"2","generatedFromUUID":"7ad85652-f1cf-4a0d-b355-f802e75d2aec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230109044748-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml","artifactChecksum":"NGFjYTMzMGU5YTFiNTcwODMxNjFlZjcyYTU3YzQ5ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1abfa23-81b8-4ac8-98a4-03581a35b19c","artifactVersion":"1"},{"artifactName":"service-Vfw20230109044748-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar","artifactChecksum":"OGFiMWQ1YmEzMGQyMzVjNjcxZjlhYzFjZGM3YmY1ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48909eaf-8757-411e-8c5f-fa086ce42026","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T04:49:15.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:15.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239721835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.496Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:15.504Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:15.521Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:15.521Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239716244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239716244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "NOTIFIED"
}
2023-01-09T04:49:15.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239721835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239716244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-09T04:49:15.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239721835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239716244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239721835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "cds",
"timestamp": 1673239728597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239716244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-09T04:49:15.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239721835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "cds",
"timestamp": 1673239728597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "aai-ml",
"timestamp": 1673239730184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239716244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239721835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "cds",
"timestamp": 1673239728597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "aai-ml",
"timestamp": 1673239730184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239716244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:49:15.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239721835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "cds",
"timestamp": 1673239728597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "aai-ml",
"timestamp": 1673239730184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239733571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "cds",
"timestamp": 1673239728597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "aai-ml",
"timestamp": 1673239730184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239734675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "cds",
"timestamp": 1673239728597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "aai-ml",
"timestamp": 1673239730184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "cds",
"timestamp": 1673239728597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239735744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "aai-ml",
"timestamp": 1673239730184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "aai-ml",
"timestamp": 1673239730184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:49:15.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239736850,
"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=?
2023-01-09T04:49:15.621Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-09T04:49:15.626Z||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.
2023-01-09T04:49:15.626Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:15.653Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:15.656Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-09T04:49:15.752Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17c5a258-db92-49d9-b473-3b28a1e20f26
2023-01-09T04:49:15.773Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c5a258-db92-49d9-b473-3b28a1e20f26 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 (?, ?, ?, ?, ?)
2023-01-09T04:49:15.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "cds",
"timestamp": 1673239736559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239737857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "aai-ml",
"timestamp": 1673239738034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "cds",
"timestamp": 1673239737582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-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=?
2023-01-09T04:49:15.809Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17c5a258-db92-49d9-b473-3b28a1e20f26
2023-01-09T04:49:15.810Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c5a258-db92-49d9-b473-3b28a1e20f26 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 (?, ?, ?, ?, ?)
2023-01-09T04:49:15.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239738487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239738487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239738487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239738487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239738487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239738487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239738487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239746321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239752014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239753019,
"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=?
2023-01-09T04:49:15.825Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17c5a258-db92-49d9-b473-3b28a1e20f26
2023-01-09T04:49:15.826Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c5a258-db92-49d9-b473-3b28a1e20f26 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 (?, ?, ?, ?, ?)
2023-01-09T04:49:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "aai-ml",
"timestamp": 1673239753837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T04:49:15.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "aai-ml",
"timestamp": 1673239754843,
"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=?
2023-01-09T04:49:15.834Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17c5a258-db92-49d9-b473-3b28a1e20f26
2023-01-09T04:49:15.835Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c5a258-db92-49d9-b473-3b28a1e20f26 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 (?, ?, ?, ?, ?)
2023-01-09T04:49:16.529Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:16.530Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:16.532Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:16.533Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "NOTIFIED"
}
2023-01-09T04:49:16.633Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:16.634Z||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.
2023-01-09T04:49:16.634Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:16.646Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:16.646Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:49:17.533Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:17.534Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:17.537Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:17.537Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-09T04:49:17.637Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:17.638Z||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.
2023-01-09T04:49:17.638Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:17.651Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:17.652Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:18.538Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:18.538Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:18.540Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:18.540Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:18.641Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:18.642Z||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.
2023-01-09T04:49:18.642Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:18.655Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:18.656Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:19.541Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:19.542Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:19.544Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:19.544Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-09T04:49:19.644Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:19.645Z||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.
2023-01-09T04:49:19.645Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:19.659Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:19.660Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:20.545Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:20.545Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:20.547Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:20.547Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:49:20.648Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T04:49:20.649Z||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.
2023-01-09T04:49:20.649Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:20.660Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:20.661Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:21.549Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:21.550Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:21.553Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:21.553Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:49:21.653Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T04:49:21.656Z||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.
2023-01-09T04:49:21.656Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:21.669Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:21.670Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:22.555Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"serviceName": "vFW 2023-01-09 04-47-48",
"serviceVersion": "1.0",
"serviceUUID": "27d031a2-dc3d-42e7-8381-d0450f6c9aa9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b7cd5393-64d8-4c39-8485-1f1e703457db",
"resources": [
{
"resourceInstanceName": "vFW ad7174a8-985b 0",
"resourceCustomizationUUID": "8db16727-4805-4969-8651-d3f515d9be79",
"resourceName": "vFW ad7174a8-985b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f882e1ed-2ce5-45b9-a7ce-5154e63cadbd",
"resourceInvariantUUID": "801f9fda-2df8-4bd6-a1e9-d1bd811b7983",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwad7174a8985b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"artifactChecksum": "ZDRjYjZmMTIxZjVmNjc1OTUzMGNlY2Q1MDAzMDM2ZWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "45ea2d6f-fcf4-45f5-9ed3-5daac562adfa",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7ad85652-f1cf-4a0d-b355-f802e75d2aec",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3e9c7846-2652-4580-8ff2-049f426cae3b",
"generatedFromUUID": "7ad85652-f1cf-4a0d-b355-f802e75d2aec"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3e9c7846-2652-4580-8ff2-049f426cae3b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230109044748-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"artifactChecksum": "OGFiMWQ1YmEzMGQyMzVjNjcxZjlhYzFjZGM3YmY1ZDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "48909eaf-8757-411e-8c5f-fa086ce42026"
}
],
"workloadContext": "Production"
}
2023-01-09T04:49:22.557Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T04:49:22.557Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27d031a2-dc3d-42e7-8381-d0450f6c9aa9 ASDC
2023-01-09T04:49:22.696Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:17c5a258-db92-49d9-b473-3b28a1e20f26
ServiceName:vFW 2023-01-09 04-47-48
ServiceVersion:1.0
ServiceUUID:27d031a2-dc3d-42e7-8381-d0450f6c9aa9
ServiceInvariantUUID:b7cd5393-64d8-4c39-8485-1f1e703457db
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230109044748-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar
ArtifactUUID:48909eaf-8757-411e-8c5f-fa086ce42026
ArtifactChecksum:OGFiMWQ1YmEzMGQyMzVjNjcxZjlhYzFjZGM3YmY1ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ad7174a8-985b 0
ResourceCustomizationUUID:8db16727-4805-4969-8651-d3f515d9be79
ResourceInvariantUUID:801f9fda-2df8-4bd6-a1e9-d1bd811b7983
ResourceName:vFW ad7174a8-985b
ResourceType:VF
ResourceUUID:f882e1ed-2ce5-45b9-a7ce-5154e63cadbd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwad7174a8985b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json
ArtifactUUID:45ea2d6f-fcf4-45f5-9ed3-5daac562adfa
ArtifactChecksum:ZDRjYjZmMTIxZjVmNjc1OTUzMGNlY2Q1MDAzMDM2ZWI=
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/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml
ArtifactUUID:7ad85652-f1cf-4a0d-b355-f802e75d2aec
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/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
ArtifactUUID:3e9c7846-2652-4580-8ff2-049f426cae3b
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/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
ArtifactUUID:3e9c7846-2652-4580-8ff2-049f426cae3b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-09T04:49:22.770Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27d031a2-dc3d-42e7-8381-d0450f6c9aa9 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=?
2023-01-09T04:49:22.859Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T04:49:22.861Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:49:22.862Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:49:22.862Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 48909eaf-8757-411e-8c5f-fa086ce42026 from URL: /sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:22.863Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:49:22.864Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:22.968Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:49:23.001Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar 48909eaf-8757-411e-8c5f-fa086ce42026 100668
2023-01-09T04:49:23.003Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar ASDC sendASDCNotification
2023-01-09T04:49:23.004Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:23.005Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:49:23.007Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:23.010Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:23.010Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239763002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:49:23.110Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T04:49:23.111Z||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.
2023-01-09T04:49:23.112Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:23.125Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:23.126Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:49:24.011Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T04:49:24.012Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:49:24.013Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 48909eaf-8757-411e-8c5f-fa086ce42026, URL: /sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar to file: /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:24.014Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230109044748-csar.csar
2023-01-09T04:49:24.112Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:24.112Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:24.834Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15151083001244945616/Definitions/service-Vfw20230109044748-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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
2023-01-09T04:49:27.394Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T04:49:27.399Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-09T04:49:27.399Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.400Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-09T04:49:27.400Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.400Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.400Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ad7174a8-985b 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.400Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.401Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.401Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.401Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.401Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.402Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.402Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.402Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.402Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-09T04:49:27.408Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.410Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.414Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:27.414Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-09T04:49:27.416Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T04:49:27.418Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.418Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.418Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:27.419Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-09T04:49:27.419Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T04:49:27.419Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.419Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.423Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.423Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:27.423Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:27.424Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-09T04:49:27.424Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.424Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.424Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.425Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-09T04:49:27.425Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:27.425Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-09T04:49:27.425Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-09T04:49:27.426Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.426Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.426Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-09T04:49:27.426Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.427Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-09T04:49:27.427Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.427Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-09T04:49:27.428Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.428Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T04:49:27.429Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.429Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:27.430Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:27.430Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.430Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:27.431Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:27.431Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.431Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:27.431Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:27.432Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.432Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:27.432Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:27.432Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-09T04:49:27.433Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:27.433Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-09T04:49:27.433Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-09T04:49:27.433Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.433Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.442Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-09T04:49:27.442Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.442Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-09T04:49:27.442Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.443Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ee0dce2-0ef4-4a6a-81af-4ef254548962
2023-01-09T04:49:27.443Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.443Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:27.443Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:27.443Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-09T04:49:27.444Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.444Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.444Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.444Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-09T04:49:27.444Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:27.445Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-09T04:49:27.445Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-09T04:49:27.445Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.445Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-09T04:49:27.445Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.446Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9f8da25-7476-4f0a-aa60-2a79887e3717
2023-01-09T04:49:27.446Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.446Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:27.446Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4c75b21c-5c25-4c93-8d02-49fd8e0826a7
2023-01-09T04:49:27.449Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.449Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.449Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.449Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.449Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.450Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.450Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:27.450Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.450Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-09 04-47-48
Description:catalog service description
Model UUID:27d031a2-dc3d-42e7-8381-d0450f6c9aa9
Model Version:NULL
Model InvariantUuid:b7cd5393-64d8-4c39-8485-1f1e703457db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ad7174a8-985b
Model UUID:7ff4974a-69e0-4da9-82f0-8fe9e07ec224
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:801f9fda-2df8-4bd6-a1e9-d1bd811b7983
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8db16727-4805-4969-8651-d3f515d9be79
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a892a1d4-dffc-4442-89f6-e795f3e00d1d
ModelName:VfwAd7174a8985b..base_vfw..module-0
ModelUuid:bc42ff9f-ac4a-44df-82bd-e9ab78f2a103
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9ee0dce2-0ef4-4a6a-81af-4ef254548962
ModelInvariantUuid:c1380fff-0b41-4282-ad9e-a8c2aef8ae33
ModelName:vFW ad7174a8-985b-nodes.vfwCvfc
ModelUuid:f4a6f6ae-89e6-4051-ab38-cb8094f46a30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:04a7916d-2551-494c-a3e9-8f470ea830b5
ModelInvariantUuid:02c07f9c-0aaf-4ccc-b70e-de4fda0b87a3
ModelName:VfwAd7174a8985b.compute.nodes.heat.vfw
ModelUuid:99c4a145-6858-409c-8141-45e882766514
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c9f8da25-7476-4f0a-aa60-2a79887e3717
ModelInvariantUuid:25e33a12-f4f7-4f54-933c-cbcc1af74f2b
ModelName:vFW ad7174a8-985b-nodes.vsnCvfc
ModelUuid:e7f5ed2d-7581-4d1b-b3f7-cd8908827dc7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fb638a21-5aba-4d9d-b2ef-d12b623b4e4a
ModelInvariantUuid:827742bb-5da6-4476-89e0-ff83364e9989
ModelName:VfwAd7174a8985b.compute.nodes.heat.vsn
ModelUuid:876206a4-e68b-4ea9-a80a-5219f8800faf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4c75b21c-5c25-4c93-8d02-49fd8e0826a7
ModelInvariantUuid:3f218270-5a20-4bea-a22d-b67523af2ece
ModelName:vFW ad7174a8-985b-nodes.vpgCvfc
ModelUuid:2334f507-0b3b-4744-b14a-26b4a5236596
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:8ec6dea8-df54-48a5-aa02-2920683ef02d
ModelInvariantUuid:b8883134-34ff-4003-92df-185fbd7bc819
ModelName:VfwAd7174a8985b.compute.nodes.heat.vpg
ModelUuid:939f8c63-dd4b-49eb-ac61-f24b60d45e1a
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=?
2023-01-09T04:49:27.462Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f882e1ed-2ce5-45b9-a7ce-5154e63cadbd
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=?
2023-01-09T04:49:27.550Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||vFW ad7174a8-985b 0
2023-01-09T04:49:27.556Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f882e1ed-2ce5-45b9-a7ce-5154e63cadbd
2023-01-09T04:49:27.556Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45ea2d6f-fcf4-45f5-9ed3-5daac562adfa from URL: /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json
2023-01-09T04:49:27.556Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:49:27.556Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json
2023-01-09T04:49:27.605Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:49:27.606Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json 45ea2d6f-fcf4-45f5-9ed3-5daac562adfa 785
2023-01-09T04:49:27.606Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json ASDC sendASDCNotification
2023-01-09T04:49:27.606Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json
2023-01-09T04:49:27.607Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:49:27.607Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:27.610Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:27.610Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239767606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:49:27.710Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:27.711Z||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.
2023-01-09T04:49:27.711Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:27.751Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:27.751Z||pool-11-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:49:28.611Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAd7174a8985b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a892a1d4-dffc-4442-89f6-e795f3e00d1d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc42ff9f-ac4a-44df-82bd-e9ab78f2a103",
"vfModuleModelCustomizationUUID": "7377363c-d1ed-4c79-856e-2190e7d3fb18",
"isBase": true,
"artifacts": [
"7ad85652-f1cf-4a0d-b355-f802e75d2aec",
"3e9c7846-2652-4580-8ff2-049f426cae3b"
],
"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": ""
}
}
]
2023-01-09T04:49:28.626Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd7174a8985b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc42ff9f-ac4a-44df-82bd-e9ab78f2a103
VfModuleModelInvariantUUID:a892a1d4-dffc-4442-89f6-e795f3e00d1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ad85652-f1cf-4a0d-b355-f802e75d2aec
,
3e9c7846-2652-4580-8ff2-049f426cae3b
}
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
}
2023-01-09T04:49:28.629Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAd7174a8985b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a892a1d4-dffc-4442-89f6-e795f3e00d1d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc42ff9f-ac4a-44df-82bd-e9ab78f2a103",
"vfModuleModelCustomizationUUID": "7377363c-d1ed-4c79-856e-2190e7d3fb18",
"isBase": true,
"artifacts": [
"7ad85652-f1cf-4a0d-b355-f802e75d2aec",
"3e9c7846-2652-4580-8ff2-049f426cae3b"
],
"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": ""
}
}
]
2023-01-09T04:49:28.629Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd7174a8985b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc42ff9f-ac4a-44df-82bd-e9ab78f2a103
VfModuleModelInvariantUUID:a892a1d4-dffc-4442-89f6-e795f3e00d1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ad85652-f1cf-4a0d-b355-f802e75d2aec
,
3e9c7846-2652-4580-8ff2-049f426cae3b
}
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
}
2023-01-09T04:49:28.629Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ad85652-f1cf-4a0d-b355-f802e75d2aec from URL: /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml
2023-01-09T04:49:28.629Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:49:28.630Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml
2023-01-09T04:49:28.679Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:49:28.680Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml 7ad85652-f1cf-4a0d-b355-f802e75d2aec 20368
2023-01-09T04:49:28.681Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-09T04:49:28.681Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml
2023-01-09T04:49:28.681Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:49:28.682Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:28.684Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:28.684Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239768681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:49:28.784Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:28.786Z||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.
2023-01-09T04:49:28.786Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:28.798Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:28.798Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:29.685Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3e9c7846-2652-4580-8ff2-049f426cae3b from URL: /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
2023-01-09T04:49:29.686Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:49:29.686Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
2023-01-09T04:49:29.788Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:49:29.788Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env 3e9c7846-2652-4580-8ff2-049f426cae3b 2098
2023-01-09T04:49:29.789Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-09T04:49:29.789Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
2023-01-09T04:49:29.789Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:49:29.789Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:29.792Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:29.792Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239769789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:49:29.892Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T04:49:29.893Z||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.
2023-01-09T04:49:29.893Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:29.945Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:29.946Z||pool-13-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:49:30.793Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 27d031a2-dc3d-42e7-8381-d0450f6c9aa9
2023-01-09T04:49:30.794Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ad7174a8-985b 0 f882e1ed-2ce5-45b9-a7ce-5154e63cadbd ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-09T04:49:30.832Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b6c204, org.onap.sdc.toscaparser.api.parameters.Input@471231ab, org.onap.sdc.toscaparser.api.parameters.Input@2d0b7648, org.onap.sdc.toscaparser.api.parameters.Input@24d3aee0, org.onap.sdc.toscaparser.api.parameters.Input@1544ee9c]
2023-01-09T04:49:30.836Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.836Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.836Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2023-01-09T04:49:30.836Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8db16727-4805-4969-8651-d3f515d9be79
2023-01-09T04:49:30.837Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8db16727-4805-4969-8651-d3f515d9be79 matches Tosca VF Customization UUID: 8db16727-4805-4969-8651-d3f515d9be79
2023-01-09T04:49:30.837Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8db16727-4805-4969-8651-d3f515d9be79 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=?
2023-01-09T04:49:30.844Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.844Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.845Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8db16727-4805-4969-8651-d3f515d9be79: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-09T04:49:30.845Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73e702dc
2023-01-09T04:49:30.846Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.846Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T04:49:30.847Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7377363c-d1ed-4c79-856e-2190e7d3fb18
2023-01-09T04:49:30.848Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7377363c-d1ed-4c79-856e-2190e7d3fb18
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=?
2023-01-09T04:49:30.854Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.855Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.855Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:30.856Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.856Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.856Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:30.857Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.857Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:30.857Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:30.858Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-09T04:49:30.858Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:30.859Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-09T04:49:30.859Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-09T04:49:30.859Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.860Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.860Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-09T04:49:30.860Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.860Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-09T04:49:30.861Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.861Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ee0dce2-0ef4-4a6a-81af-4ef254548962
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=?
2023-01-09T04:49:30.870Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.870Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.870Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:30.871Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.871Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:30.871Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:30.871Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-09T04:49:30.872Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.872Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.872Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.872Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-09T04:49:30.873Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:30.873Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-09T04:49:30.873Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-09T04:49:30.873Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.874Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-09T04:49:30.874Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.874Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9f8da25-7476-4f0a-aa60-2a79887e3717
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=?
2023-01-09T04:49:30.876Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.877Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.877Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:30.880Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.881Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:30.881Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:30.881Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-09T04:49:30.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-09T04:49:30.883Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:30.883Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-09T04:49:30.883Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-09T04:49:30.883Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.884Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.884Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-09T04:49:30.884Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4c75b21c-5c25-4c93-8d02-49fd8e0826a7
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=?
2023-01-09T04:49:30.886Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:30.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=8db16727-4805-4969-8651-d3f515d9be79
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=?
2023-01-09T04:49:30.889Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 27d031a2-dc3d-42e7-8381-d0450f6c9aa9: vFW ad7174a8-985b
2023-01-09T04:49:30.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.892Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.892Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.892Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:49:30.892Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.893Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-01-09 04-47-48
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 (?, ?, ?, ?, ?)
2023-01-09T04:49:31.161Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ad7174a8-985b f882e1ed-2ce5-45b9-a7ce-5154e63cadbd 1 ASDC deployResourceStructure
2023-01-09T04:49:31.162Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json ASDC sendASDCNotification
2023-01-09T04:49:31.162Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json
2023-01-09T04:49:31.162Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:49:31.162Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:31.164Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:31.165Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239771162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-09T04:49:31.265Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:31.266Z||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.
2023-01-09T04:49:31.266Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:31.293Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:31.294Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:32.166Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-09T04:49:32.166Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml
2023-01-09T04:49:32.166Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:49:32.167Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:32.169Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:32.169Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239772166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-09T04:49:32.269Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:32.270Z||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.
2023-01-09T04:49:32.270Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:32.285Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:32.286Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:33.170Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-09T04:49:33.170Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
2023-01-09T04:49:33.171Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:49:33.171Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:33.173Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:33.173Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239773170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-09T04:49:33.273Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:33.274Z||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.
2023-01-09T04:49:33.274Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:33.287Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:33.287Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:49:34.174Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar ASDC sendASDCNotification
2023-01-09T04:49:34.175Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:34.175Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:49:34.176Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:34.178Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:34.178Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239774174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T04:49:34.278Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:34.279Z||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.
2023-01-09T04:49:34.279Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:34.303Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:49:34.304Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:35.179Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17c5a258-db92-49d9-b473-3b28a1e20f26
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=?
2023-01-09T04:49:35.200Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17c5a258-db92-49d9-b473-3b28a1e20f26
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=?
2023-01-09T04:49:35.204Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T04:49:35.205Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T04:49:35.205Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T04:49:35.206Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T04:49:35.206Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T04:49:35.206Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T04:49:35.207Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T04:49:35.207Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T04:49:35.207Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T04:49:35.208Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-09T04:49:35.212Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T04:50:05.213Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17c5a258-db92-49d9-b473-3b28a1e20f26 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=?
2023-01-09T04:50:05.225Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17c5a258-db92-49d9-b473-3b28a1e20f26 and serviceModelVersionId: 27d031a2-dc3d-42e7-8381-d0450f6c9aa9
2023-01-09T04:50:05.226Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7cd5393-64d8-4c39-8485-1f1e703457db
2023-01-09T04:50:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:50:14.846Z||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.
2023-01-09T04:50:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:14.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:14.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:50:14.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:50:14.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:50:20.296Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0
2023-01-09T04:50:20.399Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T04:50:20.906Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0|INFO|500||Invoke
2023-01-09T04:50:20.914Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17c5a258-db92-49d9-b473-3b28a1e20f26], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[241a4f09-6228-4b54-a1b9-ae71732fc204], X-ECOMP-RequestID=[17c5a258-db92-49d9-b473-3b28a1e20f26], X-TransactionId=[], X-ONAP-RequestID=[17c5a258-db92-49d9-b473-3b28a1e20f26], Content-Type=[application/merge-patch+json]}
2023-01-09T04:50:21.031Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-09T04:50:21.217Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?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/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 04:50:21 GMT], content-length=[0], vertex-id=[348184], x-aai-txid=[0-aai-resources-230109-04:50:21:659-96626], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T04:50:21.219Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T04:50:21.219Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0|INFO|500||InvokeReturn
2023-01-09T04:50:21.223Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T04:50:21.223Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||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=?
2023-01-09T04:50:21.229Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-09T04:50:21.230Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17c5a258-db92-49d9-b473-3b28a1e20f26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T04:50:21.231Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T04:50:21.231Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:21.233Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:21.233Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239821230,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T04:50:21.333Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:21.334Z||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.
2023-01-09T04:50:21.334Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:21.356Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:21.357Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 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=?
2023-01-09T04:50:22.248Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:50:22.249Z|17c5a258-db92-49d9-b473-3b28a1e20f26|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.
2023-01-09T04:50:22.249Z|17c5a258-db92-49d9-b473-3b28a1e20f26|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:22.876Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:22.878Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T04:50:22.878Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3533f189-86b5-4662-8426-81feff1b058a","serviceName":"basic_onboard_vVqOkn","serviceVersion":"1.0","serviceUUID":"be48d6ee-13f4-4b17-b9d2-172d2d4674da","serviceDescription":"service","serviceInvariantUUID":"cfebebfb-5037-45e4-b4c8-af64446a362b","resources":[{"resourceInstanceName":"basic_onboard_vVqOkn 0","resourceName":"basic_onboard_vVqOkn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6","resourceInvariantUUID":"aa5c8d68-14f7-4fc8-a132-3afa3713ee12","resourceCustomizationUUID":"f26bc312-46a0-4da7-a5da-1e52cfeb6e7a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml","artifactChecksum":"OWU1Mzk0NTU3OTZmYzk5NjM3MDU2NjRmMDA5NjkzYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"228bf033-c52b-4090-a9ac-d4a7c4ff33af","artifactVersion":"1"},{"artifactName":"basic_onboard_vvqokn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json","artifactChecksum":"ZWNmOGE3MTM2OTdjNTQzNDJkZTUwYTU2NTMyMjU3MTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ba30101-c402-4c92-a727-a596b22671ab","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9571b3cf-e0a4-4089-9f69-8c4272237ca1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80898814-9e36-461b-a5b5-fdfe9bb32ffe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674","artifactVersion":"2","generatedFromUUID":"9571b3cf-e0a4-4089-9f69-8c4272237ca1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVvqokn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml","artifactChecksum":"YjFjOTBlMDU2MWZmZGZjYTM1ODRiOTM4NWViNjRmNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce51b5bb-4e5c-4edd-a3ac-34b85aec77e3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVvqokn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar","artifactChecksum":"ZDJhYTk4NzhiOTU3ZjU2N2Q5OWU1MzRiZDI3MGQ2NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ea6073d-eec0-4623-b48f-62ae20b5229a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T04:50:22.880Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:22.880Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:22.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:22.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:50:22.982Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:22.983Z||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.
2023-01-09T04:50:22.983Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:23.007Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:23.007Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:23.884Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:23.885Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:23.886Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:23.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "NOTIFIED"
}
2023-01-09T04:50:23.987Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:23.988Z||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.
2023-01-09T04:50:23.988Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:24.002Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:24.002Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:24.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:24.888Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:24.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:24.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-09T04:50:24.990Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:24.991Z||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.
2023-01-09T04:50:24.991Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:25.007Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:25.008Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:25.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:25.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:25.893Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:25.893Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:50:25.994Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:25.995Z||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.
2023-01-09T04:50:25.995Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:26.009Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:26.010Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:26.894Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:26.895Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:26.897Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:26.897Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-09T04:50:26.997Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:26.998Z||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.
2023-01-09T04:50:26.998Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:27.013Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:27.013Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:27.898Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:27.899Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:27.900Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:27.901Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:50:28.001Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:28.002Z||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.
2023-01-09T04:50:28.002Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:28.016Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:28.016Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:28.901Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:28.902Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:28.905Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:28.905Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:50:29.005Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:29.006Z||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.
2023-01-09T04:50:29.006Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:29.017Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:29.017Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:29.906Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"serviceName": "basic_onboard_vVqOkn",
"serviceVersion": "1.0",
"serviceUUID": "be48d6ee-13f4-4b17-b9d2-172d2d4674da",
"serviceDescription": "service",
"serviceInvariantUUID": "cfebebfb-5037-45e4-b4c8-af64446a362b",
"resources": [
{
"resourceInstanceName": "basic_onboard_vVqOkn 0",
"resourceCustomizationUUID": "f26bc312-46a0-4da7-a5da-1e52cfeb6e7a",
"resourceName": "basic_onboard_vVqOkn",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6",
"resourceInvariantUUID": "aa5c8d68-14f7-4fc8-a132-3afa3713ee12",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vvqokn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"artifactChecksum": "ZWNmOGE3MTM2OTdjNTQzNDJkZTUwYTU2NTMyMjU3MTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9ba30101-c402-4c92-a727-a596b22671ab",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9571b3cf-e0a4-4089-9f69-8c4272237ca1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674",
"generatedFromUUID": "9571b3cf-e0a4-4089-9f69-8c4272237ca1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVvqokn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"artifactChecksum": "ZDJhYTk4NzhiOTU3ZjU2N2Q5OWU1MzRiZDI3MGQ2NjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9ea6073d-eec0-4623-b48f-62ae20b5229a"
}
],
"workloadContext": "Production"
}
2023-01-09T04:50:29.907Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T04:50:29.907Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 be48d6ee-13f4-4b17-b9d2-172d2d4674da ASDC
2023-01-09T04:50:29.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3533f189-86b5-4662-8426-81feff1b058a
ServiceName:basic_onboard_vVqOkn
ServiceVersion:1.0
ServiceUUID:be48d6ee-13f4-4b17-b9d2-172d2d4674da
ServiceInvariantUUID:cfebebfb-5037-45e4-b4c8-af64446a362b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVvqokn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar
ArtifactUUID:9ea6073d-eec0-4623-b48f-62ae20b5229a
ArtifactChecksum:ZDJhYTk4NzhiOTU3ZjU2N2Q5OWU1MzRiZDI3MGQ2NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vVqOkn 0
ResourceCustomizationUUID:f26bc312-46a0-4da7-a5da-1e52cfeb6e7a
ResourceInvariantUUID:aa5c8d68-14f7-4fc8-a132-3afa3713ee12
ResourceName:basic_onboard_vVqOkn
ResourceType:VF
ResourceUUID:2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vvqokn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json
ArtifactUUID:9ba30101-c402-4c92-a727-a596b22671ab
ArtifactChecksum:ZWNmOGE3MTM2OTdjNTQzNDJkZTUwYTU2NTMyMjU3MTA=
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/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9571b3cf-e0a4-4089-9f69-8c4272237ca1
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/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
ArtifactUUID:ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674
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/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
ArtifactUUID:ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-09T04:50:29.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be48d6ee-13f4-4b17-b9d2-172d2d4674da 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 (?, ?, ?, ?, ?)
2023-01-09T04:50:29.930Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T04:50:29.931Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:50:29.931Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:50:29.931Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9ea6073d-eec0-4623-b48f-62ae20b5229a from URL: /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:29.932Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:50:29.932Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:30.011Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:50:30.015Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar 9ea6073d-eec0-4623-b48f-62ae20b5229a 75302
2023-01-09T04:50:30.016Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar ASDC sendASDCNotification
2023-01-09T04:50:30.016Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:30.016Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:50:30.017Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:30.018Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:30.019Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239830016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:50:30.119Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:30.120Z||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.
2023-01-09T04:50:30.120Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:30.134Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:30.135Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:31.019Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T04:50:31.020Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:50:31.021Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9ea6073d-eec0-4623-b48f-62ae20b5229a, URL: /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar to file: /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:31.021Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:31.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:31.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:31.225Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12736730144450283834/Definitions/service-BasicOnboardVvqokn-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-09T04:50:32.456Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T04:50:32.457Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-09T04:50:32.457Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.457Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-09T04:50:32.458Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.458Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.458Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vVqOkn 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.458Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.459Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.459Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.459Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.459Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-09T04:50:32.460Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.460Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.460Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:32.461Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-09T04:50:32.461Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T04:50:32.462Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.462Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.462Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:32.462Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-09T04:50:32.463Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T04:50:32.463Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.463Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.464Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.464Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is not matching search criteria
2023-01-09T04:50:32.464Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-09T04:50:32.465Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-09T04:50:32.465Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-09T04:50:32.465Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-09T04:50:32.466Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-09T04:50:32.466Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.466Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T04:50:32.467Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.467Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:32.467Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:32.468Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.468Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:32.469Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:32.469Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.469Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:32.470Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:32.470Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.470Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is not matching search criteria
2023-01-09T04:50:32.471Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-09T04:50:32.471Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-09T04:50:32.471Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56bf0c99-793e-4248-9359-d25a4465f8d0
2023-01-09T04:50:32.472Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.472Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.472Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.472Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.473Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.473Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.473Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:32.474Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.474Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vVqOkn
Description:service
Model UUID:be48d6ee-13f4-4b17-b9d2-172d2d4674da
Model Version:NULL
Model InvariantUuid:cfebebfb-5037-45e4-b4c8-af64446a362b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vVqOkn
Model UUID:d67dd4df-a176-474b-aa9e-94d83489d28a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa5c8d68-14f7-4fc8-a132-3afa3713ee12
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f26bc312-46a0-4da7-a5da-1e52cfeb6e7a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:52ddbbd3-a54c-4ed2-b805-96e5730540da
ModelName:BasicOnboardVvqokn..base_ubuntu18..module-0
ModelUuid:c7d9b790-4d93-47ff-bbed-a972fa1c8074
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:56bf0c99-793e-4248-9359-d25a4465f8d0
ModelInvariantUuid:7da43d74-7c9d-47ee-9c09-fb93133da748
ModelName:basic_onboard_vVqOkn-nodes.ubuntu18Cvfc
ModelUuid:4cb90d32-c314-443d-b1d3-a58c732ce790
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:bb81098e-f3ae-489e-9118-ed044645d798
ModelInvariantUuid:b15d18f4-bb76-4c99-a20d-d84f23c2cc21
ModelName:BasicOnboardVvqokn.compute.nodes.heat.ubuntu18
ModelUuid:8561327e-f521-4402-9b45-e3b071a31f9d
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=?
2023-01-09T04:50:32.482Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6
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=?
2023-01-09T04:50:32.486Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||basic_onboard_vVqOkn 0
2023-01-09T04:50:32.486Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6
2023-01-09T04:50:32.486Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9ba30101-c402-4c92-a727-a596b22671ab from URL: /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json
2023-01-09T04:50:32.487Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:50:32.487Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json
2023-01-09T04:50:32.544Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:50:32.544Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json 9ba30101-c402-4c92-a727-a596b22671ab 798
2023-01-09T04:50:32.545Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json ASDC sendASDCNotification
2023-01-09T04:50:32.545Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json
2023-01-09T04:50:32.545Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:50:32.545Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:32.547Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:32.548Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239832545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:50:32.648Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:32.649Z||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.
2023-01-09T04:50:32.649Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:32.671Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:32.671Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:33.548Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVvqokn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "52ddbbd3-a54c-4ed2-b805-96e5730540da",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c7d9b790-4d93-47ff-bbed-a972fa1c8074",
"vfModuleModelCustomizationUUID": "e0b9bed1-0690-4492-916d-a58339b54037",
"isBase": true,
"artifacts": [
"9571b3cf-e0a4-4089-9f69-8c4272237ca1",
"ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674"
],
"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": ""
}
}
]
2023-01-09T04:50:33.553Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVvqokn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7d9b790-4d93-47ff-bbed-a972fa1c8074
VfModuleModelInvariantUUID:52ddbbd3-a54c-4ed2-b805-96e5730540da
VfModuleModelDescription:NULL
Artifacts UUID List:{
9571b3cf-e0a4-4089-9f69-8c4272237ca1
,
ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674
}
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
}
2023-01-09T04:50:33.555Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVvqokn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "52ddbbd3-a54c-4ed2-b805-96e5730540da",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c7d9b790-4d93-47ff-bbed-a972fa1c8074",
"vfModuleModelCustomizationUUID": "e0b9bed1-0690-4492-916d-a58339b54037",
"isBase": true,
"artifacts": [
"9571b3cf-e0a4-4089-9f69-8c4272237ca1",
"ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674"
],
"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": ""
}
}
]
2023-01-09T04:50:33.555Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVvqokn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7d9b790-4d93-47ff-bbed-a972fa1c8074
VfModuleModelInvariantUUID:52ddbbd3-a54c-4ed2-b805-96e5730540da
VfModuleModelDescription:NULL
Artifacts UUID List:{
9571b3cf-e0a4-4089-9f69-8c4272237ca1
,
ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674
}
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
}
2023-01-09T04:50:33.555Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9571b3cf-e0a4-4089-9f69-8c4272237ca1 from URL: /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml
2023-01-09T04:50:33.555Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:50:33.556Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml
2023-01-09T04:50:33.620Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:50:33.621Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml 9571b3cf-e0a4-4089-9f69-8c4272237ca1 5033
2023-01-09T04:50:33.621Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-09T04:50:33.621Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml
2023-01-09T04:50:33.621Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:50:33.622Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:33.623Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:33.624Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239833621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:50:33.724Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:33.725Z||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.
2023-01-09T04:50:33.725Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:33.737Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:33.738Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:34.624Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674 from URL: /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
2023-01-09T04:50:34.625Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:50:34.625Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
2023-01-09T04:50:34.675Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:50:34.676Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674 909
2023-01-09T04:50:34.676Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-09T04:50:34.676Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
2023-01-09T04:50:34.676Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:50:34.677Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:34.679Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:34.679Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239834676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:50:34.779Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:34.780Z||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.
2023-01-09T04:50:34.780Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:34.793Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:34.793Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:35.680Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: be48d6ee-13f4-4b17-b9d2-172d2d4674da
2023-01-09T04:50:35.681Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vVqOkn 0 2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6 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=?
2023-01-09T04:50:35.698Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a93d5a9, org.onap.sdc.toscaparser.api.parameters.Input@116fe540, org.onap.sdc.toscaparser.api.parameters.Input@49c0eec1, org.onap.sdc.toscaparser.api.parameters.Input@68d75a70, org.onap.sdc.toscaparser.api.parameters.Input@c0df45e]
2023-01-09T04:50:35.700Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.700Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.700Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2023-01-09T04:50:35.701Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f26bc312-46a0-4da7-a5da-1e52cfeb6e7a
2023-01-09T04:50:35.701Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f26bc312-46a0-4da7-a5da-1e52cfeb6e7a matches Tosca VF Customization UUID: f26bc312-46a0-4da7-a5da-1e52cfeb6e7a
2023-01-09T04:50:35.701Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f26bc312-46a0-4da7-a5da-1e52cfeb6e7a 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=?
2023-01-09T04:50:35.704Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.705Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.705Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f26bc312-46a0-4da7-a5da-1e52cfeb6e7a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-09T04:50:35.706Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e08d238
2023-01-09T04:50:35.706Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.706Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T04:50:35.707Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e0b9bed1-0690-4492-916d-a58339b54037
2023-01-09T04:50:35.707Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e0b9bed1-0690-4492-916d-a58339b54037
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=?
2023-01-09T04:50:35.710Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.711Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:35.711Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:35.711Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.712Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:35.712Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:35.713Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.713Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is not matching search criteria
2023-01-09T04:50:35.713Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-09T04:50:35.714Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-09T04:50:35.714Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56bf0c99-793e-4248-9359-d25a4465f8d0
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=?
2023-01-09T04:50:35.717Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.717Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:35.718Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:35.718Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.719Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:35.719Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=f26bc312-46a0-4da7-a5da-1e52cfeb6e7a
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=?
2023-01-09T04:50:35.721Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.721Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.722Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid be48d6ee-13f4-4b17-b9d2-172d2d4674da: basic_onboard_vVqOkn
2023-01-09T04:50:35.722Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.723Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.723Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.724Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.724Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.724Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.725Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.725Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.725Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T04:50:35.726Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.726Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_vVqOkn
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 (?, ?, ?, ?, ?)
2023-01-09T04:50:35.819Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vVqOkn 2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6 1 ASDC deployResourceStructure
2023-01-09T04:50:35.819Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json ASDC sendASDCNotification
2023-01-09T04:50:35.819Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json
2023-01-09T04:50:35.820Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:50:35.820Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:35.822Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:35.822Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239835819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-09T04:50:35.922Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:35.923Z||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.
2023-01-09T04:50:35.923Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:35.939Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:35.939Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:36.822Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-09T04:50:36.823Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml
2023-01-09T04:50:36.824Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:50:36.824Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:36.826Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:36.826Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239836822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-09T04:50:36.926Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:36.927Z||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.
2023-01-09T04:50:36.927Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:36.940Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:36.941Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:37.827Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-09T04:50:37.827Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
2023-01-09T04:50:37.828Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:50:37.828Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:37.830Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:37.830Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239837827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-09T04:50:37.930Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T04:50:37.931Z||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.
2023-01-09T04:50:37.932Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:37.946Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:37.947Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:38.831Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar ASDC sendASDCNotification
2023-01-09T04:50:38.832Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:38.832Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:50:38.833Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:38.835Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:38.835Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239838831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T04:50:38.935Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:38.936Z||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.
2023-01-09T04:50:38.936Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:38.956Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:50:38.956Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:39.836Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
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=?
2023-01-09T04:50:39.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
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=?
2023-01-09T04:50:39.847Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T04:50:39.847Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T04:50:39.847Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T04:51:09.848Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
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=?
2023-01-09T04:51:09.857Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
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=?
2023-01-09T04:51:09.858Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T04:51:09.859Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T04:51:09.859Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T04:51:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:51:14.847Z||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.
2023-01-09T04:51:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:51:14.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:51:14.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239754843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239763002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "aai-ml",
"timestamp": 1673239760184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "cds",
"timestamp": 1673239758597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239756244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239761836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "aai-ml",
"timestamp": 1673239760184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "cds",
"timestamp": 1673239758597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239756244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239761836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "aai-ml",
"timestamp": 1673239760184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "cds",
"timestamp": 1673239758597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239756244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239761836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "aai-ml",
"timestamp": 1673239760184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "cds",
"timestamp": 1673239758597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239756244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239761836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239767606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.919Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "aai-ml",
"timestamp": 1673239760184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "cds",
"timestamp": 1673239758597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239756244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239761836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "aai-ml",
"timestamp": 1673239760184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "cds",
"timestamp": 1673239758597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239768681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239756244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239761836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239768487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "aai-ml",
"timestamp": 1673239760184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "cds",
"timestamp": 1673239758597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239756244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239769789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "ves-openapi-manager",
"timestamp": 1673239761836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239768487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "aai-ml",
"timestamp": 1673239771249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "cds",
"timestamp": 1673239770775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239771232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239768487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239771162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "cds",
"timestamp": 1673239771781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-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=?
2023-01-09T04:51:14.936Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3533f189-86b5-4662-8426-81feff1b058a
2023-01-09T04:51:14.936Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3533f189-86b5-4662-8426-81feff1b058a 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 (?, ?, ?, ?, ?)
2023-01-09T04:51:14.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239772305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239768487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239772166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239773361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239768487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239773170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239774383,
"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=?
2023-01-09T04:51:14.948Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3533f189-86b5-4662-8426-81feff1b058a
2023-01-09T04:51:14.948Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3533f189-86b5-4662-8426-81feff1b058a 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 (?, ?, ?, ?, ?)
2023-01-09T04:51:14.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239768487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239774174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673239775387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239768487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239776231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "aai-ml",
"timestamp": 1673239778598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239778552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "aai-ml",
"timestamp": 1673239779605,
"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=?
2023-01-09T04:51:14.959Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3533f189-86b5-4662-8426-81feff1b058a
2023-01-09T04:51:14.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3533f189-86b5-4662-8426-81feff1b058a 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 (?, ?, ?, ?, ?)
2023-01-09T04:51:14.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673239779555,
"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=?
2023-01-09T04:51:14.971Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3533f189-86b5-4662-8426-81feff1b058a
2023-01-09T04:51:14.971Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3533f189-86b5-4662-8426-81feff1b058a 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 (?, ?, ?, ?, ?)
2023-01-09T04:51:39.859Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
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=?
2023-01-09T04:51:39.870Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
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=?
2023-01-09T04:51:39.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T04:51:39.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T04:51:39.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T04:51:39.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T04:51:39.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T04:51:39.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T04:51:39.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T04:51:39.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T04:51:39.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T04:51:39.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-09T04:51:39.878Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T04:52:09.878Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a 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=?
2023-01-09T04:52:09.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3533f189-86b5-4662-8426-81feff1b058a and serviceModelVersionId: be48d6ee-13f4-4b17-b9d2-172d2d4674da
2023-01-09T04:52:09.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cfebebfb-5037-45e4-b4c8-af64446a362b
2023-01-09T04:52:09.885Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0
2023-01-09T04:52:09.888Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T04:52:09.935Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0|INFO|500||Invoke
2023-01-09T04:52:09.935Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3533f189-86b5-4662-8426-81feff1b058a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[620fa9a6-96c6-49ce-a5fe-325b963525e1], X-ECOMP-RequestID=[3533f189-86b5-4662-8426-81feff1b058a], X-TransactionId=[], X-ONAP-RequestID=[3533f189-86b5-4662-8426-81feff1b058a], Content-Type=[application/merge-patch+json]}
2023-01-09T04:52:09.963Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-09T04:52:10.091Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?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/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 04:52:10 GMT], content-length=[0], vertex-id=[430272], x-aai-txid=[0-aai-resources-230109-04:52:10:587-1921], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T04:52:10.092Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T04:52:10.092Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0|INFO|500||InvokeReturn
2023-01-09T04:52:10.093Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T04:52:10.093Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||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=?
2023-01-09T04:52:10.101Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-09T04:52:10.101Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3533f189-86b5-4662-8426-81feff1b058a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T04:52:10.101Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T04:52:10.102Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:52:10.103Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:52:10.104Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239930101,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T04:52:10.204Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:52:10.205Z||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.
2023-01-09T04:52:10.205Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:52:10.222Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:52:10.222Z||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=?
2023-01-09T04:52:11.113Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:52:11.113Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:52:11.114Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:52:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:52:14.846Z||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.
2023-01-09T04:52:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:52:14.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:52:14.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239821230,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T04:52:14.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "NOTIFIED"
}
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239822248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239830016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239832545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239833621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239834676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239835819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239836822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239837827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239838831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:20.664Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:52:20.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:52:20.665Z||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.
2023-01-09T04:52:20.665Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:52:30.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:53:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:53:14.844Z||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.
2023-01-09T04:53:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:53:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:53:14.846Z||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.
2023-01-09T04:53:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:53:15.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:53:15.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T04:53:15.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673239930101,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T04:53:15.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:53:24.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:54:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:54:14.844Z||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.
2023-01-09T04:54:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:54:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:54:14.845Z||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.
2023-01-09T04:54:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:54:24.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:54:24.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:55:14.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:55:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:55:14.847Z||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.
2023-01-09T04:55:14.847Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:55:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:55:14.847Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:55:24.442Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:55:24.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:56:14.843Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:56:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:56:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:56:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:56:14.846Z||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.
2023-01-09T04:56:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:56:24.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:56:24.417Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:57:14.843Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:57:14.844Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:57:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:57:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:57:14.846Z||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.
2023-01-09T04:57:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:57:24.424Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:57:24.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:58:14.843Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:58:14.844Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:58:14.844Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:58:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:58:14.845Z||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.
2023-01-09T04:58:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:58:24.419Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:58:24.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:59:14.843Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:59:14.844Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:59:14.844Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:59:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:59:14.846Z||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.
2023-01-09T04:59:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:59:24.429Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T04:59:24.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:00:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:00:14.845Z||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.
2023-01-09T05:00:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:00:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:00:14.847Z||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.
2023-01-09T05:00:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:00:24.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:00:24.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:01:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:01:14.844Z||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.
2023-01-09T05:01:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:01:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:01:14.846Z||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.
2023-01-09T05:01:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:01:24.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:01:24.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:02:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:02:14.844Z||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.
2023-01-09T05:02:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:02:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:02:14.845Z||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.
2023-01-09T05:02:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:02:24.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:02:24.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:03:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:03:14.844Z||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.
2023-01-09T05:03:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:03:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:03:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:03:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:03:24.414Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:03:24.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:04:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:04:14.844Z||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.
2023-01-09T05:04:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:04:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:04:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:04:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:04:24.417Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:04:24.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:05:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:05:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:05:14.845Z||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.
2023-01-09T05:05:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:05:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:15.510Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:05:15.510Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:05:15.511Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"619dce5a-9f19-487e-8b3b-62303d4659a5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4682e34d-21a4-4282-b4a2-7350f3c6ed18","serviceDescription":"service","serviceInvariantUUID":"a99f80ec-3569-498a-b36a-207b2ca15036","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4baeb872-a16b-4dc7-b91e-608607ebfa33","resourceInvariantUUID":"49dafc56-b350-4020-81d0-5e97234232eb","resourceCustomizationUUID":"3014d342-7f9e-47c7-91d2-657043159ace","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":"YzU0MGIyMjI0Y2FlNmUzMzJjOWYxNGJlZTFiMjg4MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41fc020c-b5d8-4ca4-bb0c-0750868e77c1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjQyY2VkMzVlOTM4OTg0MmM4OGY1YTVkMDI4ZjJiMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4291326a-1fa0-4877-8714-12f133231851","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T05:05:15.511Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "cds",
"timestamp": 1673240703597,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:05:15.513Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:05:15.513Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.513Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "ves-openapi-manager",
"timestamp": 1673240701835,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:05:15.513Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:05:15.513Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "cds",
"timestamp": 1673240703597,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "ves-openapi-manager",
"timestamp": 1673240701835,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "cds",
"timestamp": 1673240712088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "cds",
"timestamp": 1673240713094,
"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=?
2023-01-09T05:05:15.522Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:05:15.523Z||pool-2-thread-5|||||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 (?, ?, ?, ?, ?)
2023-01-09T05:05:15.529Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:05:15.529Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240714843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:05:15.533Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 619dce5a-9f19-487e-8b3b-62303d4659a5
2023-01-09T05:05:15.533Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 619dce5a-9f19-487e-8b3b-62303d4659a5 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 (?, ?, ?, ?, ?)
2023-01-09T05:05:15.629Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:05:15.630Z||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.
2023-01-09T05:05:15.631Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:15.648Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:05:15.648Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:05:16.530Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:05:16.532Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:05:16.534Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:05:16.534Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240714843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T05:05:16.634Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:05:16.635Z||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.
2023-01-09T05:05:16.636Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:16.659Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:05:16.660Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:05:17.535Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4682e34d-21a4-4282-b4a2-7350f3c6ed18",
"serviceDescription": "service",
"serviceInvariantUUID": "a99f80ec-3569-498a-b36a-207b2ca15036",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "3014d342-7f9e-47c7-91d2-657043159ace",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4baeb872-a16b-4dc7-b91e-608607ebfa33",
"resourceInvariantUUID": "49dafc56-b350-4020-81d0-5e97234232eb",
"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": "YjQyY2VkMzVlOTM4OTg0MmM4OGY1YTVkMDI4ZjJiMDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4291326a-1fa0-4877-8714-12f133231851"
}
],
"workloadContext": "Production"
}
2023-01-09T05:05:17.536Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T05:05:17.536Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4682e34d-21a4-4282-b4a2-7350f3c6ed18 ASDC
2023-01-09T05:05:17.537Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:619dce5a-9f19-487e-8b3b-62303d4659a5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4682e34d-21a4-4282-b4a2-7350f3c6ed18
ServiceInvariantUUID:a99f80ec-3569-498a-b36a-207b2ca15036
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:4291326a-1fa0-4877-8714-12f133231851
ArtifactChecksum:YjQyY2VkMzVlOTM4OTg0MmM4OGY1YTVkMDI4ZjJiMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3014d342-7f9e-47c7-91d2-657043159ace
ResourceInvariantUUID:49dafc56-b350-4020-81d0-5e97234232eb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4baeb872-a16b-4dc7-b91e-608607ebfa33
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-09T05:05:17.537Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4682e34d-21a4-4282-b4a2-7350f3c6ed18 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=?
2023-01-09T05:05:17.572Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:05:17.574Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-09T05:05:17.574Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-09T05:05:17.575Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4291326a-1fa0-4877-8714-12f133231851 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-09T05:05:17.575Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-09T05:05:17.576Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-09T05:05:17.645Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-09T05:05:17.648Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4291326a-1fa0-4877-8714-12f133231851 57662
2023-01-09T05:05:17.648Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-09T05:05:17.648Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-09T05:05:17.648Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:05:17.648Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:05:17.650Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:05:17.650Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240717648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T05:05:17.750Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:05:17.751Z||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.
2023-01-09T05:05:17.751Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:17.766Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:05:17.767Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:05:18.651Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:05:18.652Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-09T05:05:18.652Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4291326a-1fa0-4877-8714-12f133231851, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:18.653Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-09T05:05:18.653Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:18.654Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:18.836Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10878360749264931036/Definitions/service-BasicNetwork-template.yml
2023-01-09T05:05:19.401Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T05:05:19.401Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-09T05:05:19.402Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.402Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-09T05:05:19.402Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.402Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.402Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.403Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.403Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.403Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.403Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.403Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.404Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-09T05:05:19.404Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.404Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.405Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-09T05:05:19.405Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-09T05:05:19.405Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:05:19.405Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.406Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.406Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-09T05:05:19.406Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-09T05:05:19.406Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:05:19.407Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.407Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.407Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.407Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.408Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.408Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.408Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.408Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.409Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.409Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.409Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4682e34d-21a4-4282-b4a2-7350f3c6ed18
Model Version:NULL
Model InvariantUuid:a99f80ec-3569-498a-b36a-207b2ca15036
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:49dafc56-b350-4020-81d0-5e97234232eb
Model UUID:b819c3c7-9252-4def-aa55-59e105f43742
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:3014d342-7f9e-47c7-91d2-657043159ace
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=?
2023-01-09T05:05:19.417Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 4baeb872-a16b-4dc7-b91e-608607ebfa33
2023-01-09T05:05:19.417Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||No resources found for Service: 4682e34d-21a4-4282-b4a2-7350f3c6ed18
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=?
2023-01-09T05:05:19.424Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||
2023-01-09T05:05:19.424Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-09T05:05:19.425Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 4682e34d-21a4-4282-b4a2-7350f3c6ed18
2023-01-09T05:05:19.425Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4682e34d-21a4-4282-b4a2-7350f3c6ed18
2023-01-09T05:05:19.425Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-09T05:05:19.426Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=?
2023-01-09T05:05:19.432Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3caff756, org.onap.sdc.toscaparser.api.parameters.Input@3887fe5c, org.onap.sdc.toscaparser.api.parameters.Input@5ed6cd39, org.onap.sdc.toscaparser.api.parameters.Input@1e8f7c4e, org.onap.sdc.toscaparser.api.parameters.Input@5dd92d8e]
2023-01-09T05:05:19.433Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.433Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.434Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.434Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.434Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4682e34d-21a4-4282-b4a2-7350f3c6ed18: Generic NeutronNet
2023-01-09T05:05:19.435Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.435Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.435Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.435Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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=?
2023-01-09T05:05:19.470Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.471Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.471Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.471Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.472Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:05:19.472Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.472Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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 (?, ?)
2023-01-09T05:05:19.524Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-09T05:05:19.524Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-09T05:05:19.524Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.525Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:05:19.525Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:05:19.526Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:05:19.527Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240719524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T05:05:19.627Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:05:19.628Z||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.
2023-01-09T05:05:19.628Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:19.642Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:05:19.643Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:05:20.528Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
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=?
2023-01-09T05:05:20.536Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
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=?
2023-01-09T05:05:20.538Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:05:20.538Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:05:20.538Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:05:50.538Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
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=?
2023-01-09T05:05:50.547Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
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=?
2023-01-09T05:05:50.549Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:05:50.549Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:05:50.549Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:06:14.866Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:06:14.868Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:06:14.868Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:06:15.011Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:06:15.011Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:06:15.012Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240714843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:06:15.012Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:06:20.549Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
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=?
2023-01-09T05:06:20.562Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
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=?
2023-01-09T05:06:20.565Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:06:20.565Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:06:20.566Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:06:50.567Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
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=?
2023-01-09T05:06:50.576Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
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=?
2023-01-09T05:06:50.578Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:06:50.579Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:06:50.579Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:07:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:07:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:07:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:14.871Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:07:14.872Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673240716244,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240714843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673240716244,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240717648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240719524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "aai-ml",
"timestamp": 1673240720184,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "aai-ml",
"timestamp": 1673240720184,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "aai-ml",
"timestamp": 1673240722926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "aai-ml",
"timestamp": 1673240727347,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "aai-ml",
"timestamp": 1673240728351,
"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=?
2023-01-09T05:07:14.883Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 619dce5a-9f19-487e-8b3b-62303d4659a5
2023-01-09T05:07:14.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 619dce5a-9f19-487e-8b3b-62303d4659a5 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 (?, ?, ?, ?, ?)
2023-01-09T05:07:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673240728487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:07:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673240728487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T05:07:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:07:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673240731212,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T05:07:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673240732919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-09T05:07:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.902Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.902Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673240733922,
"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=?
2023-01-09T05:07:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 619dce5a-9f19-487e-8b3b-62303d4659a5
2023-01-09T05:07:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 619dce5a-9f19-487e-8b3b-62303d4659a5 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 (?, ?, ?, ?, ?)
2023-01-09T05:07:14.927Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.927Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "cds",
"timestamp": 1673240763597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.927Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:07:14.928Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.928Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "cds",
"timestamp": 1673240763597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.928Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:07:14.928Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.929Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "cds",
"timestamp": 1673240763597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.929Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-09T05:07:20.581Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
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=?
2023-01-09T05:07:20.597Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
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=?
2023-01-09T05:07:20.601Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:07:20.601Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T05:07:20.602Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T05:07:20.602Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T05:07:20.602Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T05:07:20.603Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T05:07:20.603Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T05:07:20.603Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-09T05:07:20.603Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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=?
2023-01-09T05:07:20.608Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T05:07:50.609Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5 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=?
2023-01-09T05:07:50.620Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 619dce5a-9f19-487e-8b3b-62303d4659a5 and serviceModelVersionId: 4682e34d-21a4-4282-b4a2-7350f3c6ed18
2023-01-09T05:07:50.620Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a99f80ec-3569-498a-b36a-207b2ca15036
2023-01-09T05:07:50.622Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0
2023-01-09T05:07:50.627Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T05:07:50.685Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0|INFO|500||Invoke
2023-01-09T05:07:50.685Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[619dce5a-9f19-487e-8b3b-62303d4659a5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[828a453b-967b-46c2-b241-13b42b5cff84], X-ECOMP-RequestID=[619dce5a-9f19-487e-8b3b-62303d4659a5], X-TransactionId=[], X-ONAP-RequestID=[619dce5a-9f19-487e-8b3b-62303d4659a5], Content-Type=[application/merge-patch+json]}
2023-01-09T05:07:50.711Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-09T05:07:50.814Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?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/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 05:07:51 GMT], content-length=[0], vertex-id=[438464], x-aai-txid=[0-aai-resources-230109-05:07:51:316-42716], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T05:07:50.815Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T05:07:50.816Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0|INFO|500||InvokeReturn
2023-01-09T05:07:50.816Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T05:07:50.816Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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=?
2023-01-09T05:07:50.829Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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)
2023-01-09T05:07:50.829Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 619dce5a-9f19-487e-8b3b-62303d4659a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T05:07:50.830Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T05:07:50.830Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:07:50.832Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:07:50.832Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240870830,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:07:50.932Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:07:50.933Z||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.
2023-01-09T05:07:50.933Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:50.949Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:07:50.950Z||pool-39-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=?
2023-01-09T05:07:51.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:07:51.846Z||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.
2023-01-09T05:07:51.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:56.416Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:07:56.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-09T05:07:56.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"23b9b121-421b-4eb2-8d1d-621b61176b5c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"184090ab-1ff0-417e-aa39-19de30e426d4","serviceDescription":"service","serviceInvariantUUID":"49017f56-f474-4a61-a5ca-b48090a407fd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec64ce6d-a41a-446d-852d-75892a776196","resourceInvariantUUID":"4a1f8092-5f51-4efc-8cf0-5458df4e2cd1","resourceCustomizationUUID":"2d671c4a-047f-4942-8e9a-b0e486f592e6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MTJiZTM0OWYyZDJlNTM0ZmZmODdlMGI1ZGZkMmE0Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"335ebaac-5144-45fa-a850-b81fe05fa9b7","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YzExZTkwNmUyZGRhODdlYmQ3NzVhMzlhZjFmZDNhYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f91778b-001b-4c38-873f-1998a44821f5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d01649b1-52f3-4a79-9397-7dfaf144f4a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a935e44-f173-404e-ad6a-4a3a181bca7c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e","artifactVersion":"2","generatedFromUUID":"d01649b1-52f3-4a79-9397-7dfaf144f4a8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2FjNDExZDdjODAwMmRkOTRkYWFkMDJhNmEyYTMzNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb92feb7-6296-4ce2-bfe4-3b4ee5dcc4da","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGE5NDY3NzgzY2FiMjAyNWFkZTEwNmJkNTM5NTM3OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1091062f-733e-4d4f-9011-8b85a46e9a40","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T05:07:56.420Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:07:56.420Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:07:56.422Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:07:56.422Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240871845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:07:56.522Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:07:56.523Z||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.
2023-01-09T05:07:56.523Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:56.536Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:07:56.537Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:07:57.427Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:07:57.427Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:07:57.429Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:07:57.430Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240871845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-09T05:07:57.530Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:07:57.531Z||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.
2023-01-09T05:07:57.531Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:57.544Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:07:57.545Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:07:58.430Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:07:58.431Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:07:58.433Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:07:58.433Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240871845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-09T05:07:58.533Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:07:58.535Z||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.
2023-01-09T05:07:58.535Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:58.548Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:07:58.548Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:07:59.434Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:07:59.435Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:07:59.438Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:07:59.438Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240871845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:07:59.538Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:07:59.539Z||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.
2023-01-09T05:07:59.540Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:59.552Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:07:59.553Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:08:00.439Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:08:00.440Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:00.442Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:00.442Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240871845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-01-09T05:08:00.543Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:08:00.543Z||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.
2023-01-09T05:08:00.543Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:00.556Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:08:00.557Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:08:01.443Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:08:01.444Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:01.446Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:01.446Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240871845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-09T05:08:01.546Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:01.547Z||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.
2023-01-09T05:08:01.548Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:01.560Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:08:01.560Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:08:02.447Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:08:02.448Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:02.450Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:02.450Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240871845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-09T05:08:02.550Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:02.551Z||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.
2023-01-09T05:08:02.551Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:02.565Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:08:02.566Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:08:03.452Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "184090ab-1ff0-417e-aa39-19de30e426d4",
"serviceDescription": "service",
"serviceInvariantUUID": "49017f56-f474-4a61-a5ca-b48090a407fd",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "2d671c4a-047f-4942-8e9a-b0e486f592e6",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ec64ce6d-a41a-446d-852d-75892a776196",
"resourceInvariantUUID": "4a1f8092-5f51-4efc-8cf0-5458df4e2cd1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YzExZTkwNmUyZGRhODdlYmQ3NzVhMzlhZjFmZDNhYzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7f91778b-001b-4c38-873f-1998a44821f5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d01649b1-52f3-4a79-9397-7dfaf144f4a8",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e",
"generatedFromUUID": "d01649b1-52f3-4a79-9397-7dfaf144f4a8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZGE5NDY3NzgzY2FiMjAyNWFkZTEwNmJkNTM5NTM3OWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1091062f-733e-4d4f-9011-8b85a46e9a40"
}
],
"workloadContext": "Production"
}
2023-01-09T05:08:03.452Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T05:08:03.452Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 184090ab-1ff0-417e-aa39-19de30e426d4 ASDC
2023-01-09T05:08:03.453Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:23b9b121-421b-4eb2-8d1d-621b61176b5c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:184090ab-1ff0-417e-aa39-19de30e426d4
ServiceInvariantUUID:49017f56-f474-4a61-a5ca-b48090a407fd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:1091062f-733e-4d4f-9011-8b85a46e9a40
ArtifactChecksum:ZGE5NDY3NzgzY2FiMjAyNWFkZTEwNmJkNTM5NTM3OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:2d671c4a-047f-4942-8e9a-b0e486f592e6
ResourceInvariantUUID:4a1f8092-5f51-4efc-8cf0-5458df4e2cd1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ec64ce6d-a41a-446d-852d-75892a776196
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:7f91778b-001b-4c38-873f-1998a44821f5
ArtifactChecksum:YzExZTkwNmUyZGRhODdlYmQ3NzVhMzlhZjFmZDNhYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:d01649b1-52f3-4a79-9397-7dfaf144f4a8
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-09T05:08:03.453Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 184090ab-1ff0-417e-aa39-19de30e426d4 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 (?, ?, ?, ?, ?)
2023-01-09T05:08:03.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:08:03.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:08:03.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:08:03.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1091062f-733e-4d4f-9011-8b85a46e9a40 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-09T05:08:03.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:08:03.484Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-09T05:08:03.573Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:08:03.576Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1091062f-733e-4d4f-9011-8b85a46e9a40 74810
2023-01-09T05:08:03.577Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-09T05:08:03.577Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-09T05:08:03.577Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:08:03.577Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:03.579Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:03.579Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673240883576,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-09T05:08:03.679Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:03.680Z||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.
2023-01-09T05:08:03.680Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:03.693Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-09T05:08:03.693Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:08:04.580Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:08:04.581Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:08:04.581Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1091062f-733e-4d4f-9011-8b85a46e9a40, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:04.581Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-09T05:08:04.582Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:04.582Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:04.706Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16713164538254278053/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-01-09T05:08:05.854Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T05:08:05.855Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-09T05:08:05.855Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.855Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.857Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.857Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-09T05:08:05.857Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:08:05.857Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:05.858Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:05.858Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-09T05:08:05.858Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:08:05.859Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:08:05.859Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:05.860Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:05.860Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-09T05:08:05.860Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:08:05.861Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:08:05.861Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:05.862Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:08:05.862Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-09T05:08:05.862Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-09T05:08:05.863Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-09T05:08:05.863Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-09T05:08:05.863Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-09T05:08:05.863Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-09T05:08:05.863Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:08:05.864Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T05:08:05.864Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:08:05.864Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:05.864Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:08:05.865Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:08:05.865Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:05.865Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:08:05.865Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-09T05:08:05.866Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:05.866Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:08:05.866Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery